summaryrefslogtreecommitdiff
path: root/windows
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 /windows
parent5fb349e4deb00fcbc111d07904d954f00231ff26 (diff)
downloadnetsurf-dea7683985150beb16168ae2ba927d0bf3563f97.tar.gz
netsurf-dea7683985150beb16168ae2ba927d0bf3563f97.tar.bz2
Remove gui_window_set_scale().
svn path=/trunk/netsurf/; revision=12502
Diffstat (limited to 'windows')
-rw-r--r--windows/gui.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 21783d748..645a4934a 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -1777,14 +1777,6 @@ void gui_window_save_link(struct gui_window *g, const char *url,
{
}
-void gui_window_set_scale(struct gui_window *w, float scale)
-{
- if (w == NULL)
- return;
- w->scale = scale;
- LOG(("%.2f\n", scale));
-}
-
void gui_drag_save_object(gui_save_type type, hlcache_handle *c,
struct gui_window *w)
{