summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/window.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gtk/window.c b/gtk/window.c
index cf5c09b9f..895e7998e 100644
--- a/gtk/window.c
+++ b/gtk/window.c
@@ -908,18 +908,6 @@ void gui_window_scroll_visible(struct gui_window *g, int x0, int y0,
}
-/**
- * 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)
{
if (!g->bw->current_content)