summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-24 11:50:06 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-24 11:50:06 +0000
commit5fb349e4deb00fcbc111d07904d954f00231ff26 (patch)
tree89eff799134dbf1b09cee759e84170a2b8492f5a /riscos
parent0bc058df5c115c6ad08f7211e204e63169fd30c5 (diff)
downloadnetsurf-5fb349e4deb00fcbc111d07904d954f00231ff26.tar.gz
netsurf-5fb349e4deb00fcbc111d07904d954f00231ff26.tar.bz2
Fix crash when scaling pages with iframes on RISC OS.
svn path=/trunk/netsurf/; revision=12501
Diffstat (limited to 'riscos')
-rw-r--r--riscos/window.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/riscos/window.c b/riscos/window.c
index d7e4e9677..ae4d4ff1e 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -1551,19 +1551,6 @@ void gui_window_save_link(struct gui_window *g, const char *url,
/**
- * 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)
-{
- ro_gui_dialog_update_zoom(g);
-}
-
-
-/**
* Updates a windows extent.
*
* \param g the gui_window to update