summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-05 15:35:34 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-05 15:35:34 +0000
commit0401d52f514f992b3830af5fe246f61aa002ed2e (patch)
treeda06cf8f739686c11b3a76bacd5a1c7eba879a25 /framebuffer
parent34fe2531f28b0871a77f629de8c3ee54fb5ad065 (diff)
downloadnetsurf-0401d52f514f992b3830af5fe246f61aa002ed2e.tar.gz
netsurf-0401d52f514f992b3830af5fe246f61aa002ed2e.tar.bz2
Remove gui_window_frame_resize_start() functions.
svn path=/trunk/netsurf/; revision=12738
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/gui.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 5dfc75bad..01ce53f51 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1511,13 +1511,6 @@ gui_window_box_scroll_start(struct gui_window *g,
return true;
}
-bool
-gui_window_frame_resize_start(struct gui_window *g)
-{
- LOG(("resize frame\n"));
- return true;
-}
-
void
gui_window_save_link(struct gui_window *g, const char *url, const char *title)
{