From 8a0f914026d705a0d456ef094e4978b6a9dc3f23 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 2 Jul 2015 11:28:25 -0400 Subject: [PATCH] More GTK+ work. --- redo/unix/window.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/redo/unix/window.c b/redo/unix/window.c index 66840bb9..3e20d2cd 100644 --- a/redo/unix/window.c +++ b/redo/unix/window.c @@ -137,11 +137,7 @@ static void windowSetMargined(uiWindow *ww, int margined) static void windowResizeChild(uiWindow *ww) { - struct window *w = (struct window *) ww; - - if (w->child == NULL) - return; - PUT_CODE_HERE; + complain("uiWindowResizeChild() meaningless on GTK+"); } uiWindow *uiNewWindow(const char *title, int width, int height, int hasMenubar)