X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e39af974ef7846e26686ae39d74e4696c1fef0c3..b6e2eddeaf7e559589ce41ac41e88f9bd71c5a08:/include/wx/os2/app.h?ds=inline diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 048bbc8088..34b038b56d 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -90,9 +90,6 @@ public: void OnEndSession(wxCloseEvent& rEvent); void OnQueryEndSession(wxCloseEvent& rEvent); - void SetAuto3D(bool bFlag) { m_bAuto3D = bFlag; } - bool GetAuto3D(void) const { return m_bAuto3D; } - int AddSocketHandler(int handle, int mask, void (*callback)(void*), void * gsock); void RemoveSocketHandler(int handle); @@ -101,7 +98,6 @@ public: protected: bool m_bShowOnInit; int m_nPrintMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT - bool m_bAuto3D ; // Always use 3D controls, except where overriden // // PM-specific wxApp definitions */