From 5be6bd452d95405e6599f330fa30b0b771b81344 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 4 Sep 2011 18:20:24 +0000 Subject: Remove gui_window_position_frame() definition from core and remove all implementations from front ends. svn path=/trunk/netsurf/; revision=12711 --- monkey/browser.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'monkey/browser.c') diff --git a/monkey/browser.c b/monkey/browser.c index 3d695711b..96792641c 100644 --- a/monkey/browser.c +++ b/monkey/browser.c @@ -305,14 +305,6 @@ gui_window_scroll_start(struct gui_window *g) return true; } -void -gui_window_position_frame(struct gui_window *g, int x0, int y0, - int x1, int y1) -{ - fprintf(stdout, "WINDOW POSITION_FRAME WIN %u X0 %d Y0 %d X1 %d Y1 %d\n", - g->win_num, x0, y0, x1, y1); -} - bool gui_window_frame_resize_start(struct gui_window *g) { -- cgit v1.2.3