Removed Auto3D variable following other ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -90,9 +90,6 @@ public:
|
|||||||
void OnEndSession(wxCloseEvent& rEvent);
|
void OnEndSession(wxCloseEvent& rEvent);
|
||||||
void OnQueryEndSession(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,
|
int AddSocketHandler(int handle, int mask,
|
||||||
void (*callback)(void*), void * gsock);
|
void (*callback)(void*), void * gsock);
|
||||||
void RemoveSocketHandler(int handle);
|
void RemoveSocketHandler(int handle);
|
||||||
@@ -101,7 +98,6 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
bool m_bShowOnInit;
|
bool m_bShowOnInit;
|
||||||
int m_nPrintMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
|
int m_nPrintMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
|
||||||
bool m_bAuto3D ; // Always use 3D controls, except where overriden
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// PM-specific wxApp definitions */
|
// PM-specific wxApp definitions */
|
||||||
|
@@ -498,7 +498,6 @@ wxApp::wxApp()
|
|||||||
argc = 0;
|
argc = 0;
|
||||||
argv = NULL;
|
argv = NULL;
|
||||||
m_nPrintMode = wxPRINT_WINDOWS;
|
m_nPrintMode = wxPRINT_WINDOWS;
|
||||||
m_bAuto3D = TRUE;
|
|
||||||
m_hMq = 0;
|
m_hMq = 0;
|
||||||
m_maxSocketHandles = 0;
|
m_maxSocketHandles = 0;
|
||||||
m_maxSocketNr = 0;
|
m_maxSocketNr = 0;
|
||||||
|
Reference in New Issue
Block a user