summaryrefslogtreecommitdiff
path: root/gtk/plotters.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-09 16:52:03 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-09 16:52:03 +0000
commit5833549a357815d99d2f3450469d82e1dcc00c7c (patch)
tree69ac15b642ff282f1aa960bf00f7e107ff75b75b /gtk/plotters.h
parentb46e69fe2297480183364fb87bf195267652629b (diff)
downloadnetsurf-5833549a357815d99d2f3450469d82e1dcc00c7c.tar.gz
netsurf-5833549a357815d99d2f3450469d82e1dcc00c7c.tar.bz2
Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale global.
svn path=/trunk/netsurf/; revision=11943
Diffstat (limited to 'gtk/plotters.h')
-rw-r--r--gtk/plotters.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/plotters.h b/gtk/plotters.h
index a59ae00bb..d4cf51426 100644
--- a/gtk/plotters.h
+++ b/gtk/plotters.h
@@ -37,8 +37,6 @@ extern GdkGC *current_gc;
extern cairo_t *current_cr;
#endif
-void nsgtk_plot_set_scale(float s);
-float nsgtk_plot_get_scale(void);
void nsgtk_set_colour(colour c);
void nsgtk_plot_caret(int x, int y, int h);