aboutsummaryrefslogtreecommitdiffstats
path: root/window-xlib.h
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 /window-xlib.h
parentbae22b3118742113a53d3496ee84ad577481077c (diff)
downloadrunes-7b94ce2eb3319875de5da0212f3435a2fb1adc83.tar.gz
runes-7b94ce2eb3319875de5da0212f3435a2fb1adc83.zip
don't need to separately initialize the loop
Diffstat (limited to 'window-xlib.h')
-rw-r--r--window-xlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/window-xlib.h b/window-xlib.h
index b611cfb..40c16a3 100644
--- a/window-xlib.h
+++ b/window-xlib.h
@@ -30,7 +30,6 @@ typedef struct {
void runes_window_backend_init(RunesTerm *t, int argc, char *argv[]);
cairo_surface_t *runes_window_backend_surface_create(RunesTerm *t);
-void runes_window_backend_loop_init(RunesTerm *t, uv_loop_t *loop);
void runes_window_backend_cleanup(RunesTerm *t);
#endif