summaryrefslogtreecommitdiff
path: root/gtk/window.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-24 12:01:24 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-24 12:01:24 +0000
commitdea7683985150beb16168ae2ba927d0bf3563f97 (patch)
treeb379c347f16d419110ebe663e0836c4902d39896 /gtk/window.c
parent5fb349e4deb00fcbc111d07904d954f00231ff26 (diff)
downloadnetsurf-dea7683985150beb16168ae2ba927d0bf3563f97.tar.gz
netsurf-dea7683985150beb16168ae2ba927d0bf3563f97.tar.bz2
Remove gui_window_set_scale().
svn path=/trunk/netsurf/; revision=12502
Diffstat (limited to 'gtk/window.c')
-rw-r--r--gtk/window.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gtk/window.c b/gtk/window.c
index cf5c09b9f..895e7998e 100644
--- a/gtk/window.c
+++ b/gtk/window.c
@@ -908,18 +908,6 @@ void gui_window_scroll_visible(struct gui_window *g, int x0, int y0,
}
-/**
- * Set the scale setting of a window
- *
- * \param g gui window
- * \param scale scale value (1.0 == normal scale)
- */
-
-void gui_window_set_scale(struct gui_window *g, float scale)
-{
-}
-
-
void gui_window_update_extent(struct gui_window *g)
{
if (!g->bw->current_content)