aboutsummaryrefslogtreecommitdiffstats
path: root/src/loop.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-02-12 21:27:50 -0500
committerJesse Luehrs <doy@tozt.net>2017-02-12 21:27:50 -0500
commite45d71466d4a997428bb19eca8c01a9194076f30 (patch)
treeca7489c69fb2729dd69698e522e546e9f9c37278 /src/loop.h
parent6ee215a7797cbb15aed6136ccfcaf5daff5ae654 (diff)
downloadrunes-e45d71466d4a997428bb19eca8c01a9194076f30.tar.gz
runes-e45d71466d4a997428bb19eca8c01a9194076f30.zip
Revert "combine flushes when reading large amounts of data"
This reverts commit 6ee215a7797cbb15aed6136ccfcaf5daff5ae654. actually, the redraw_rate stuff should already be handling this
Diffstat (limited to 'src/loop.h')
-rw-r--r--src/loop.h1
1 files changed, 0 insertions, 1 deletions
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