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:
Stefan Neis 2003-07-10 23:33:39 +00:00
parent 7bb688a899
commit 6141773b49
2 changed files with 0 additions and 5 deletions

View File

@ -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 */

View File

@ -498,7 +498,6 @@ wxApp::wxApp()
argc = 0;
argv = NULL;
m_nPrintMode = wxPRINT_WINDOWS;
m_bAuto3D = TRUE;
m_hMq = 0;
m_maxSocketHandles = 0;
m_maxSocketNr = 0;