summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-14 16:04:02 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-14 16:04:02 +0000
commit8dfe22515312a8ecf4da974feb31b0f5e7f317e5 (patch)
tree163091cfeda5c4cb644e08e7649f70788070a560 /framebuffer/gui.c
parentd18c8ed4521714c3fff3cca64685b8192ca0e075 (diff)
downloadnetsurf-8dfe22515312a8ecf4da974feb31b0f5e7f317e5.tar.gz
netsurf-8dfe22515312a8ecf4da974feb31b0f5e7f317e5.tar.bz2
move download operations to download table
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index eff0a98e1..c71872067 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1766,30 +1766,6 @@ gui_window_remove_caret(struct gui_window *g)
}
}
-struct gui_download_window *
-gui_download_window_create(download_context *ctx, struct gui_window *parent)
-{
- return NULL;
-}
-
-nserror
-gui_download_window_data(struct gui_download_window *dw,
- const char *data,
- unsigned int size)
-{
- return NSERROR_OK;
-}
-
-void
-gui_download_window_error(struct gui_download_window *dw,
- const char *error_msg)
-{
-}
-
-void
-gui_download_window_done(struct gui_download_window *dw)
-{
-}
void
gui_create_form_select_menu(struct browser_window *bw,