diff --git a/src/msw/dialog.cpp b/src/msw/dialog.cpp index bad108e769..57b7d1cfc2 100644 --- a/src/msw/dialog.cpp +++ b/src/msw/dialog.cpp @@ -237,11 +237,6 @@ bool wxDialog::IsIconized(void) const return FALSE; } -void wxDialog::SetSize(int x, int y, int width, int height, int WXUNUSED(sizeFlags)) -{ - wxWindow::SetSize(x, y, width, height); -} - void wxDialog::SetClientSize(int width, int height) { HWND hWnd = (HWND) GetHWND();