summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-17 23:47:28 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-17 23:47:28 +0000
commitcfc9971d0e5aa42bc384b65e8f368e12526c289c (patch)
tree697bd67d5ee9a7d0d9c5996e7a65ab6e187cbd4d /amiga/schedule.h
parentd4c7a0ff77588e3d493e6e6e3449ffd4d7436c02 (diff)
downloadnetsurf-cfc9971d0e5aa42bc384b65e8f368e12526c289c.tar.gz
netsurf-cfc9971d0e5aa42bc384b65e8f368e12526c289c.tar.bz2
Remove no longer used poll option from schedule runner
Diffstat (limited to 'amiga/schedule.h')
-rwxr-xr-xamiga/schedule.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/schedule.h b/amiga/schedule.h
index 9546df94f..9fcec9a82 100755
--- a/amiga/schedule.h
+++ b/amiga/schedule.h
@@ -60,6 +60,7 @@ void ami_schedule_free(void);
* venture to later scheduled events until the next time it is called -
* immediately afterwards, if we're in a timer signalled loop.
*/
-void schedule_run(BOOL poll);
+void schedule_run(void);
#endif
+