From e82c5be653d77de73a1d0e5eb7e83f4de193a6f7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 17 Sep 2011 14:58:42 +0000 Subject: remove deprecated GDK usage except for in libsexy svn path=/trunk/netsurf/; revision=12803 --- gtk/plotters.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk/plotters.h') 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); -- cgit v1.2.3