remove obsolete wxUSE_CTL3D code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -160,14 +160,6 @@ bool wxControl::MSWCreateControl(const wxChar *classname,
|
||||
return false;
|
||||
}
|
||||
|
||||
#if wxUSE_CTL3D
|
||||
if ( want3D )
|
||||
{
|
||||
Ctl3dSubclassCtl(GetHwnd());
|
||||
m_useCtl3D = true;
|
||||
}
|
||||
#endif // wxUSE_CTL3D
|
||||
|
||||
// install wxWidgets window proc for this window
|
||||
SubclassWin(m_hWnd);
|
||||
|
||||
|
Reference in New Issue
Block a user