summaryrefslogtreecommitdiff
path: root/beos/plotters.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/plotters.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/plotters.h')
-rw-r--r--beos/plotters.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/beos/plotters.h b/beos/plotters.h
index 15b97a89e..523f3c7c6 100644
--- a/beos/plotters.h
+++ b/beos/plotters.h
@@ -35,14 +35,6 @@ extern const struct plotter_table nsbeos_plotters;
#include <View.h>
extern BView *current_view;
-#if 0 /* GTK */
-extern GtkWidget *current_widget;
-extern GdkDrawable *current_drawable;
-extern GdkGC *current_gc;
-#ifdef CAIRO_VERSION
-extern cairo_t *current_cr;
-#endif
-#endif
extern BView *nsbeos_current_gc(void);
extern BView *nsbeos_current_gc_lock(void);