From 2fd1476f8c99c4d4f6eb114cc7b5f8ac9ab54be4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 28 Apr 2010 22:39:37 +0000 Subject: The schedule_run function is only called by the frontends so remove it from the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512 --- desktop/browser.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop') diff --git a/desktop/browser.h b/desktop/browser.h index 4de20fefd..cc50521fd 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -293,7 +293,6 @@ bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap, /* In platform specific schedule.c. */ void schedule(int t, void (*callback)(void *p), void *p); void schedule_remove(void (*callback)(void *p), void *p); -bool schedule_run(void); /* In platform specific theme_install.c. */ #ifdef WITH_THEME_INSTALL -- cgit v1.2.3