removed wxDialog::SetSize() which just called wxWindow::SetSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0f780e7205
commit
abacc20c32
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user