]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dialog.cpp
Corrected wxFileSystemHandler::GetRightLocation for the case
[wxWidgets.git] / src / os2 / dialog.cpp
index 6d46d6022f557cc96fb2d4417010f25d2aa5ae4a..fb4e903b0752ff573e53ee41610d74ba185fbcd2 100644 (file)
@@ -98,14 +98,6 @@ bool wxDialog::Create(
 , const wxString&                   rsName
 )
 {
-    long                            lX = rPos.x;
-    long                            lY = rPos.y;
-    long                            lWidth = rSize.x;
-    long                            lHeight = rSize.y;
-    const char*                     zDlg;
-    WXDWORD                         dwExtendedStyle = 0L;
-    HWND                            hWnd;
-
     Init();
     SetExtraStyle(GetExtraStyle() | wxTOPLEVEL_EX_DIALOG);