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);