summaryrefslogtreecommitdiff
path: root/desktop/gui_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui_misc.h')
-rw-r--r--desktop/gui_misc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/gui_misc.h b/desktop/gui_misc.h
index 5c47668e3..daad6ba2e 100644
--- a/desktop/gui_misc.h
+++ b/desktop/gui_misc.h
@@ -70,11 +70,6 @@ struct gui_browser_table {
nserror (*launch_url)(struct nsurl *url);
/**
- * create a form select menu
- */
- void (*create_form_select_menu)(struct gui_window *gw, struct form_control *control);
-
- /**
* verify certificate
*/
void (*cert_verify)(struct nsurl *url, const struct ssl_cert_info *certs, unsigned long num, nserror (*cb)(bool proceed, void *pw), void *cbpw);