From e45d71466d4a997428bb19eca8c01a9194076f30 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 12 Feb 2017 21:27:50 -0500 Subject: Revert "combine flushes when reading large amounts of data" This reverts commit 6ee215a7797cbb15aed6136ccfcaf5daff5ae654. actually, the redraw_rate stuff should already be handling this --- src/loop.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/loop.h') diff --git a/src/loop.h b/src/loop.h index 72dbcb0..92d6cf9 100644 --- a/src/loop.h +++ b/src/loop.h @@ -15,7 +15,6 @@ void runes_loop_start_work( void *runes_loop_timer_set( RunesLoop *loop, int timeout, void *t, void (*cb)(void*)); void runes_loop_timer_clear(RunesLoop *loop, void *arg); -void runes_loop_at_idle(RunesLoop *loop, void *t, void (*cb)(void*)); void runes_loop_delete(RunesLoop *loop); #endif -- cgit v1.2.3-54-g00ecf