]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
Add wxDEBUG_LEVEL to wx/setup.h and document it.
[wxWidgets.git] / include / wx / msw / dialog.h
index 51edf8c0716b3f150881da92a92cd90244129b2e..e0274ff14a5b9bd49961eb93d2a60b268aa25210 100644 (file)
@@ -108,12 +108,6 @@ public:
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
 protected:
-    // find the window to use as parent for this dialog if none has been
-    // specified explicitly by the user
-    //
-    // may return NULL
-    wxWindow *FindSuitableParent() const;
-
     // common part of all ctors
     void Init();