]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/animate.cpp
PCH-less compilation fixes
[wxWidgets.git] / src / gtk / animate.cpp
index e6e6b8b0f903c42bf5fdd15db05e71b6bc1f7ce8..820536a56489d495fce5d8e1cca98665d91cc65c 100644 (file)
@@ -199,9 +199,6 @@ bool wxAnimationCtrl::Create( wxWindow *parent, wxWindowID id,
                               long style,
                               const wxString& name)
 {
-    m_needParent = true;
-    m_acceptsFocus = true;
-
     if (!PreCreation( parent, pos, size ) ||
         !base_type::CreateBase(parent, id, pos, size, style & wxWINDOW_STYLE_MASK,
                                wxDefaultValidator, name))
@@ -213,7 +210,7 @@ bool wxAnimationCtrl::Create( wxWindow *parent, wxWindowID id,
     SetWindowStyle(style);
 
     m_widget = gtk_image_new();
-    gtk_widget_show( GTK_WIDGET(m_widget) );
+    gtk_widget_show(m_widget);
 
     m_parent->DoAddChild( this );