]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
Updated testconf, fixed mistake in install.
[wxWidgets.git] / include / wx / msw / dialog.h
index ccc130f2acba264f7e23566c043a8488183bd6bf..917667ed4f75969d05daaad11ffa45d879819c94 100644 (file)
@@ -60,9 +60,6 @@ public:
 
     ~wxDialog();
 
-    void SetReturnCode(int returnCode) { m_returnCode = returnCode; }
-    int GetReturnCode() const { return m_returnCode; }
-
     virtual bool Destroy();
 
     virtual void DoSetClientSize(int width, int height);
@@ -132,8 +129,7 @@ private:
     WXHWND                m_hwndToolTip;
 #endif // tooltips
 
-    int m_returnCode;
-
+private:
     DECLARE_EVENT_TABLE()
 };