From dea7683985150beb16168ae2ba927d0bf3563f97 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Jun 2011 12:01:24 +0000 Subject: Remove gui_window_set_scale(). svn path=/trunk/netsurf/; revision=12502 --- windows/gui.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'windows') 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) { -- cgit v1.2.3