From e7e8024be80b734bf1197615e70cc198bb9758c6 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 6 Dec 2011 21:06:41 +0000 Subject: Fix focus element svn path=/trunk/netsurf/; revision=13251 --- atari/gui.c | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index aa9ffc61e..623c632fb 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -555,31 +555,6 @@ gui_window_set_search_ico(hlcache_handle *ico) TODO(); } -bool -save_complete_gui_save(const char *path, - const char *filename, - size_t len, - const char *sourcedata, - lwc_string *mime_type) -{ - TODO(); - LOG(("%s", filename)); - return false; -} - -int -save_complete_htmlSaveFileFormat(const char *path, - const char *filename, - xmlDocPtr cur, - const char *encoding, - int format) -{ - LOG(("%s", filename)); - TODO(); - return 0; -} - - void gui_window_new_content(struct gui_window *w) { w->browser->scroll.current.x = 0; @@ -809,7 +784,8 @@ void gui_cert_verify(const char *url, const struct ssl_cert_info *certs, /*bres = verify_ssl_form_do(url, certs, num); if( bres ) urldb_set_cert_permissions(url, true); - */ + */ + // TODO: localize string int b = form_alert(1, "[2][SSL Verify failed, continue?][Continue|Abort]"); bres = (b==1)? true : false; LOG(("Trust: %d", bres )); -- cgit v1.2.3