X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c50f1fb9226d9260454ccb9c8a67d0be23c2827f..d30e0edda826c92918de02fade41f05d2c4417ca:/include/wx/gtk1/dialog.h diff --git a/include/wx/gtk1/dialog.h b/include/wx/gtk1/dialog.h index ac1f0db9a0..cc3cbcac1a 100644 --- a/include/wx/gtk1/dialog.h +++ b/include/wx/gtk1/dialog.h @@ -87,9 +87,6 @@ public: virtual void Maximize() { } virtual void Restore() { } - void SetReturnCode(int returnCode) { m_returnCode = returnCode; } - int GetReturnCode() const { return m_returnCode; } - // implementation virtual void GtkOnSize( int x, int y, int width, int height ); @@ -108,8 +105,6 @@ protected: int sizeFlags = wxSIZE_AUTO); private: - int m_returnCode; - DECLARE_EVENT_TABLE() };