Some GTK+ backend cleanup.

This commit is contained in:
Pietro Gagliardi 2015-07-02 11:33:20 -04:00
parent 582677a7f1
commit 0099983c09
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ static void windowResizeChild(uiWindow *ww)
uiWindow *uiNewWindow(const char *title, int width, int height, int hasMenubar)
{
struct window *w;
GtkWidget *holderWidget;
w = (struct window *) uiNewControl(uiTypeWindow());