summaryrefslogtreecommitdiff
path: root/gtk/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/plotters.h')
-rw-r--r--gtk/plotters.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/plotters.h b/gtk/plotters.h
index d4cf51426..55ad71b5a 100644
--- a/gtk/plotters.h
+++ b/gtk/plotters.h
@@ -32,10 +32,7 @@ extern const struct plotter_table nsgtk_plotters;
/* make sure this is NULL if no redraw is in progress */
extern GtkWidget *current_widget;
extern GdkDrawable *current_drawable;
-extern GdkGC *current_gc;
-#ifdef CAIRO_VERSION
extern cairo_t *current_cr;
-#endif
void nsgtk_set_colour(colour c);
void nsgtk_plot_caret(int x, int y, int h);