summaryrefslogtreecommitdiff
path: root/beos
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 /beos
parent5fb349e4deb00fcbc111d07904d954f00231ff26 (diff)
downloadnetsurf-dea7683985150beb16168ae2ba927d0bf3563f97.tar.gz
netsurf-dea7683985150beb16168ae2ba927d0bf3563f97.tar.bz2
Remove gui_window_set_scale().
svn path=/trunk/netsurf/; revision=12502
Diffstat (limited to 'beos')
-rw-r--r--beos/beos_window.cpp12
1 files changed, 0 insertions, 12 deletions
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();