summaryrefslogtreecommitdiff
path: root/gtk/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/window.c')
-rw-r--r--gtk/window.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/window.c b/gtk/window.c
index a45a516a2..29e5e7099 100644
--- a/gtk/window.c
+++ b/gtk/window.c
@@ -995,7 +995,3 @@ void gui_window_get_dimensions(struct gui_window *g, int *width, int *height,
LOG(("\tWINDOW HEIGHT: %i\n", *height));
}
-bool gui_window_frame_resize_start(struct gui_window *g)
-{
- return true;
-}