From ecc314c694d3fa735855d10d57770ba447332816 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Fri, 14 Jan 2011 12:46:06 +0000 Subject: Implemented download window svn path=/trunk/netsurf/; revision=11317 --- cocoa/gui.m | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'cocoa/gui.m') diff --git a/cocoa/gui.m b/cocoa/gui.m index 363961dc4..09c80c7b2 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -252,33 +252,6 @@ void gui_window_set_scale(struct gui_window *g, float scale) gui_window_redraw_window( g ); } - -struct gui_download_window *gui_download_window_create(download_context *ctx, - struct gui_window *parent) -{ - UNIMPL(); - return NULL; -} - -nserror gui_download_window_data(struct gui_download_window *dw, - const char *data, unsigned int size) -{ - UNIMPL(); - return 0; -} - -void gui_download_window_error(struct gui_download_window *dw, - const char *error_msg) -{ - UNIMPL(); -} - -void gui_download_window_done(struct gui_download_window *dw) -{ - UNIMPL(); -} - - void gui_drag_save_object(gui_save_type type, hlcache_handle *c, struct gui_window *g) { @@ -338,8 +311,6 @@ void gui_launch_url(const char *url) [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: [NSString stringWithUTF8String: url]]]; } - - struct ssl_cert_info; void gui_cert_verify(const char *url, const struct ssl_cert_info *certs, -- cgit v1.2.3