]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
removed #ifndef __WXUNIVERSAL__ added in last commit, shouldn't be necessary any...
[wxWidgets.git] / src / msw / control.cpp
index a74b5721cad60c4421f9028ef09d1c0f398b1f35..ee938571d023a9d2b4b87f228169718fffe4929d 100644 (file)
@@ -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);