From 0401d52f514f992b3830af5fe246f61aa002ed2e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 5 Sep 2011 15:35:34 +0000 Subject: Remove gui_window_frame_resize_start() functions. svn path=/trunk/netsurf/; revision=12738 --- gtk/window.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk') 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; -} -- cgit v1.2.3