summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 82e7090..987df22 100644
--- a/main.c
+++ b/main.c
@@ -60,8 +60,8 @@ int main(int argc, char *argv[]) {
loop = g_main_loop_new(NULL, FALSE);
- g_timeout_add(1000*20, dump_timeout, flx);
- g_timeout_add(1000*30, quit_timeout, loop);
+ /* g_timeout_add(1000*20, dump_timeout, flx); */
+/* g_timeout_add(1000*30, quit_timeout, loop); */
g_main_loop_run(loop);
g_main_loop_unref(loop);