]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobox.cpp
PCH-less compilation fixes
[wxWidgets.git] / src / gtk / radiobox.cpp
index dba9c91702d9d7238b5316543f225f01e5b77024..027b8d05eea425a37b435c60c32051ee212b221e 100644 (file)
@@ -212,8 +212,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxRadioBox,wxControl)
 
 void wxRadioBox::Init()
 {
-    m_needParent = true;
-
     m_hasFocus =
     m_lostFocus = false;
 }