From 0e6161b0d4953b81273200fd31bd9c14fac4981b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 18 Mar 2004 11:54:15 +0000 Subject: the old event code --- openbox/mainloop.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox/mainloop.h') diff --git a/openbox/mainloop.h b/openbox/mainloop.h index f1ff986e..82aa70ca 100644 --- a/openbox/mainloop.h +++ b/openbox/mainloop.h @@ -28,11 +28,9 @@ ObMainLoop *ob_main_loop_new(Display *display); void ob_main_loop_destroy(ObMainLoop *loop); typedef void (*ObMainLoopXHandler) (const XEvent *e, gpointer data); -typedef void (*ObMainLoopXDoneHandler) (gpointer data); void ob_main_loop_x_add(ObMainLoop *loop, ObMainLoopXHandler handler, - ObMainLoopXDoneHandler done_handler, gpointer data, GDestroyNotify notify); void ob_main_loop_x_remove(ObMainLoop *loop, -- cgit v1.2.3