Remove frame handler prototype

I messed up the merge.
dev
Kristian Høgsberg 14 years ago
parent 6ec41abf72
commit 734a7501b6
  1. 4
      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);

Loading…
Cancel
Save