summaryrefslogtreecommitdiff
path: root/monkey/browser.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-04 18:20:24 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-04 18:20:24 +0000
commit5be6bd452d95405e6599f330fa30b0b771b81344 (patch)
treee09e37d431f16e027f52f64d2d1c7dced5433c34 /monkey/browser.c
parentbd94e21aed23d7fe264d700ef748942c09be3570 (diff)
downloadnetsurf-5be6bd452d95405e6599f330fa30b0b771b81344.tar.gz
netsurf-5be6bd452d95405e6599f330fa30b0b771b81344.tar.bz2
Remove gui_window_position_frame() definition from core and remove all implementations from front ends.
svn path=/trunk/netsurf/; revision=12711
Diffstat (limited to 'monkey/browser.c')
-rw-r--r--monkey/browser.c8
1 files changed, 0 insertions, 8 deletions
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)
{