deprecated and removed from our code GetUseCtl3D()/TransparentBackground()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-08 23:02:14 +00:00
parent b0cb01589f
commit 35821d8fe0
7 changed files with 2 additions and 27 deletions

View File

@@ -330,7 +330,6 @@ void wxWindowMSW::Init()
// MSW specific
m_isBeingDeleted = FALSE;
m_oldWndProc = NULL;
m_useCtl3D = FALSE;
m_mouseInWindow = FALSE;
m_lastKeydownProcessed = FALSE;
@@ -343,7 +342,6 @@ void wxWindowMSW::Init()
m_xThumbSize = 0;
m_yThumbSize = 0;
m_backgroundTransparent = FALSE;
// as all windows are created with WS_VISIBLE style...
m_isShown = TRUE;