summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_gui.c')
-rw-r--r--gtk/gtk_gui.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c
index 644c0fe37..51919c67f 100644
--- a/gtk/gtk_gui.c
+++ b/gtk/gtk_gui.c
@@ -226,10 +226,6 @@ void gui_401login_open(struct browser_window *bw, struct content *c,
void gui_cert_verify(struct browser_window *bw, struct content *c,
const struct ssl_cert_info *certs, unsigned long num) {}
-void schedule(int t, void (*callback)(void *p), void *p) {}
-void schedule_remove(void (*callback)(void *p), void *p) {}
-void schedule_run(void) {}
-
void global_history_add(struct url_content *data) {}
utf8_convert_ret utf8_to_local_encoding(const char *string, size_t len,