summaryrefslogtreecommitdiff
path: root/beos/gui_options.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_options.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_options.h')
-rw-r--r--beos/gui_options.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/beos/gui_options.h b/beos/gui_options.h
index 38aaf866a..e5c91a797 100644
--- a/beos/gui_options.h
+++ b/beos/gui_options.h
@@ -22,9 +22,6 @@
#include <Window.h>
-#if 0 /* GTK */
-extern GtkWindow *wndPreferences;
-#endif
extern BWindow *wndPreferences;
void nsbeos_options_init(void); /** Init options and load window */