Remove frame handler prototype

I messed up the merge.
This commit is contained in:
Kristian Høgsberg 2011-01-25 12:44:19 -05:00
parent 6ec41abf72
commit 734a7501b6

View File

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