summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-04-28 22:39:37 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-04-28 22:39:37 +0000
commit2fd1476f8c99c4d4f6eb114cc7b5f8ac9ab54be4 (patch)
tree8379dd89d75de03107e8db044964dd40d49cbcfa /desktop
parent085f6b33ecbc5642c8c5fb9c6ec7612f5f9dcec3 (diff)
downloadnetsurf-2fd1476f8c99c4d4f6eb114cc7b5f8ac9ab54be4.tar.gz
netsurf-2fd1476f8c99c4d4f6eb114cc7b5f8ac9ab54be4.tar.bz2
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
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.h1
1 files changed, 0 insertions, 1 deletions
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