diff --git a/redo/windows/window.c b/redo/windows/window.c index 24f25466..d9b0f77c 100644 --- a/redo/windows/window.c +++ b/redo/windows/window.c @@ -47,8 +47,6 @@ static LRESULT CALLBACK windowWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARA case WM_WINDOWPOSCHANGED: if ((wp->flags & SWP_NOSIZE) != 0) break; - // wine sends this early so we have to guard - // TODO does real windows? if (w->child != NULL) uiControlQueueResize(uiControl(w)); return 0;