Some GTK+ backend cleanup.
This commit is contained in:
parent
582677a7f1
commit
0099983c09
|
@ -143,7 +143,6 @@ static void windowResizeChild(uiWindow *ww)
|
||||||
uiWindow *uiNewWindow(const char *title, int width, int height, int hasMenubar)
|
uiWindow *uiNewWindow(const char *title, int width, int height, int hasMenubar)
|
||||||
{
|
{
|
||||||
struct window *w;
|
struct window *w;
|
||||||
GtkWidget *holderWidget;
|
|
||||||
|
|
||||||
w = (struct window *) uiNewControl(uiTypeWindow());
|
w = (struct window *) uiNewControl(uiTypeWindow());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue