summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index de6eae3c5..6449c1edb 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -127,11 +127,9 @@ bool gui_search_term_highlighted(struct gui_window *g,
unsigned start_offset, unsigned end_offset,
unsigned *start_idx, unsigned *end_idx);
-#ifdef WITH_SSL
struct ssl_cert_info;
void gui_cert_verify(struct browser_window *bw, struct content *c,
const struct ssl_cert_info *certs, unsigned long num);
-#endif
#endif