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 --- beos/beos_window.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'beos') diff --git a/beos/beos_window.cpp b/beos/beos_window.cpp index c8314ef19..c617022a8 100644 --- a/beos/beos_window.cpp +++ b/beos/beos_window.cpp @@ -1484,18 +1484,6 @@ void gui_window_set_scroll(struct gui_window *g, int sx, int sy) } -/** - * 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) { CALLED(); -- cgit v1.2.3