Remove frame handler prototype
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 25 Jan 2011 17:44:19 +0000 (12:44 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 25 Jan 2011 17:44:19 +0000 (12:44 -0500)
I messed up the merge.

clients/window.h

index 0473b81..5f41ba5 100644 (file)
@@ -211,10 +211,6 @@ window_set_keyboard_focus_handler(struct window *window,
                                  window_keyboard_focus_handler_t handler);
 
 void
-window_set_frame_handler(struct window *window,
-                        window_frame_handler_t handler);
-
-void
 window_set_title(struct window *window, const char *title);
 
 const char *