From 4b49b4ac775a1e3ca0c59f390f3f2427e31bce2b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 12 Jan 2014 22:55:26 +0000 Subject: move more optional window operations into table including removing unused hide_pointer operation altogether --- framebuffer/gui.c | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'framebuffer') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index c9a0d311e..9dd35b6f9 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -1574,12 +1574,6 @@ gui_window_set_scroll(struct gui_window *gw, int sx, int sy) widget_scroll_y(gw, sy * gw->bw->scale, true); } -void -gui_window_scroll_visible(struct gui_window *g, int x0, int y0, - int x1, int y1) -{ - LOG(("%s:(%p, %d, %d, %d, %d)", __func__, g, x0, y0, x1, y1)); -} void gui_window_get_dimensions(struct gui_window *g, @@ -1646,11 +1640,6 @@ gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape) } } -void -gui_window_hide_pointer(struct gui_window *g) -{ -} - static void gui_window_set_url(struct gui_window *g, const char *url) { @@ -1777,18 +1766,6 @@ gui_window_remove_caret(struct gui_window *g) } } -void -gui_window_new_content(struct gui_window *g) -{ -} - -bool -gui_window_scroll_start(struct gui_window *g) -{ - return true; -} - - struct gui_download_window * gui_download_window_create(download_context *ctx, struct gui_window *parent) { -- cgit v1.2.3