summaryrefslogtreecommitdiff
path: root/beos/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-02-18 14:47:21 +0000
committerVincent Sanders <vince@netsurf-browser.org>2013-02-18 14:47:21 +0000
commit869c7245f5a5afe4c35fd06ad8076652627d43a2 (patch)
tree3d9005182b27b41e63262e75dbdea01d2aa85eaf /beos/gui.h
parent15d39c6ebf2180e422f8bd381333043903cfd45b (diff)
downloadnetsurf-869c7245f5a5afe4c35fd06ad8076652627d43a2.tar.gz
netsurf-869c7245f5a5afe4c35fd06ad8076652627d43a2.tar.bz2
clean out useless outdated #if 0 blocks they serve no purpose and keep causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
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;