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 --- desktop/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 596587631..815bbe3ca 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -109,7 +109,6 @@ bool gui_window_box_scroll_start(struct gui_window *g, bool gui_window_frame_resize_start(struct gui_window *g); void gui_window_save_link(struct gui_window *g, const char *url, const char *title); -void gui_window_set_scale(struct gui_window *g, float scale); struct gui_download_window *gui_download_window_create(download_context *ctx, struct gui_window *parent); -- cgit v1.2.3