summaryrefslogtreecommitdiff
path: root/beos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'beos/gui.h')
-rw-r--r--beos/gui.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/beos/gui.h b/beos/gui.h
index af35677f1..6f158ca2f 100644
--- a/beos/gui.h
+++ b/beos/gui.h
@@ -33,10 +33,6 @@ extern bool replicated;
int gui_init_replicant(int argc, char** argv);
-#if 0 /* GTK */
-//extern GladeXML *gladeWindows;
-//extern char *glade_file_location;
-#endif
extern char *options_file_location;
class NSBrowserApplication : public BApplication {
@@ -58,9 +54,6 @@ extern void schedule_run(void);
extern BWindow *wndAbout;
extern BWindow *wndTooltip;
-#if 0 /* GTK */
-//extern GtkLabel *labelTooltip;
-#endif
extern BFilePanel *wndOpenFile;