aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-17 22:11:21 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-17 22:11:21 +0000
commitb11501c457dd54713b7e10817bf3b63739656747 (patch)
tree3c5a442ad9cf08d2e7a0f561cf8c28e8ee2bab63 /gtk
parentb40673e0fa409f8d640517dcc4d8f1a929b63aac (diff)
as the welcome page seems generally accepted, remove #ifdef SHOW_WELCOME_PAGE around it
svn path=/trunk/; revision=25107
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main_welcome.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/gtk/main_welcome.c b/gtk/main_welcome.c
index f18e98f64d..b9e27f637d 100644
--- a/gtk/main_welcome.c
+++ b/gtk/main_welcome.c
@@ -52,20 +52,7 @@
#include "gtk/capture_file_dlg.h"
#include "gtk/help_dlg.h"
#include "gtk/stock_icons.h"
-
-
-
-
-/* XXX - There seems to be some disagreement about if and how this feature should be implemented.
- As I currently don't have the time to continue this, it's temporarily disabled. - ULFL */
-#define SHOW_WELCOME_PAGE
-
-#ifdef SHOW_WELCOME_PAGE
#include "../image/wssplash.xpm"
-#endif
-
-
-#ifdef SHOW_WELCOME_PAGE
/* XXX */
@@ -698,24 +685,4 @@ welcome_new(void)
return welcome_scrollw;
}
-#else /* SHOW_WELCOME_PAGE */
-
-/* SOME DUMMY FUNCTIONS, UNTIL THE WELCOME PAGE GET'S LIVE */
-void main_welcome_reset_recent_capture_files(void)
-{
-}
-
-/* add a new file to the list of recently used files */
-void main_welcome_add_recent_capture_files(const char *widget_cf_name _U_)
-{
-}
-
-GtkWidget *
-welcome_new(void)
-{
- /* this is just a dummy to fill up window space, simply showing nothing */
- return scrolled_window_new(NULL, NULL);
-}
-#endif
-