diff --git a/clients/window.h b/clients/window.h index e9d717b4..4ff2fc88 100644 --- a/clients/window.h +++ b/clients/window.h @@ -191,9 +191,6 @@ typedef int (*widget_motion_handler_t)(struct widget *widget, typedef void (*widget_button_handler_t)(struct widget *widget, struct input *input, uint32_t time, int button, int state, void *data); -typedef void (*widget_resize_handler_t)(struct widget *widget, - int32_t width, int32_t height, - void *data); struct window * window_create(struct display *display, int32_t width, int32_t height);