aboutsummaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-08 22:31:25 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-08 22:31:25 -0400
commit7b94ce2eb3319875de5da0212f3435a2fb1adc83 (patch)
tree4c3d26aaa266265ddfe81a41f48fa381159f59b5 /term.c
parentbae22b3118742113a53d3496ee84ad577481077c (diff)
downloadrunes-7b94ce2eb3319875de5da0212f3435a2fb1adc83.tar.gz
runes-7b94ce2eb3319875de5da0212f3435a2fb1adc83.zip
don't need to separately initialize the loop
Diffstat (limited to 'term.c')
-rw-r--r--term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/term.c b/term.c
index 23e89a9..1335678 100644
--- a/term.c
+++ b/term.c
@@ -8,8 +8,6 @@ void runes_term_init(RunesTerm *t, int argc, char *argv[])
runes_window_backend_init(t, argc, argv);
t->cr = cairo_create(runes_window_backend_surface_create(t));
-
- runes_window_backend_loop_init(t, t->loop);
}
void runes_term_cleanup(RunesTerm *t)