From cfc9971d0e5aa42bc384b65e8f368e12526c289c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 17 Nov 2014 23:47:28 +0000 Subject: Remove no longer used poll option from schedule runner --- amiga/schedule.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/schedule.h') 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 + -- cgit v1.2.3