summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.c')
-rwxr-xr-xatari/gui.c28
1 files changed, 2 insertions, 26 deletions
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 ));