From 734a7501b6ebf80db8d4e1f64ec7227066d7d0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 25 Jan 2011 12:44:19 -0500 Subject: [PATCH] Remove frame handler prototype I messed up the merge. --- clients/window.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clients/window.h b/clients/window.h index 0473b81a..5f41ba5c 100644 --- a/clients/window.h +++ b/clients/window.h @@ -210,10 +210,6 @@ void 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);