summaryrefslogtreecommitdiff
path: root/frontends/gtk/plotters.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-15 08:37:52 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-15 08:37:52 +0000
commit9d0943b8e561dd2e5449cd9d53d8b5c2f439442d (patch)
tree60b44925ee52874e90a27bede7bedac490c57fd1 /frontends/gtk/plotters.h
parent6741b6e287bf89607eb6ce8378d79f7b4cf4b162 (diff)
downloadnetsurf-9d0943b8e561dd2e5449cd9d53d8b5c2f439442d.tar.gz
netsurf-9d0943b8e561dd2e5449cd9d53d8b5c2f439442d.tar.bz2
remove redundant global context
Diffstat (limited to 'frontends/gtk/plotters.h')
-rw-r--r--frontends/gtk/plotters.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/gtk/plotters.h b/frontends/gtk/plotters.h
index c88a8da0c..453d5ceb5 100644
--- a/frontends/gtk/plotters.h
+++ b/frontends/gtk/plotters.h
@@ -16,8 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * Target independent plotting (GDK / GTK+ interface).
+/**
+ * \file
+ * Target independent plotting GTK+ interface.
*/
#ifndef NETSURF_GTK_PLOTTERS_H
@@ -30,7 +31,6 @@ struct plotter_table;
extern const struct plotter_table nsgtk_plotters;
/* make sure this is NULL if no redraw is in progress */
-extern GtkWidget *current_widget;
extern cairo_t *current_cr;
void nsgtk_set_colour(colour c);