fixing merge bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-09-02 18:16:48 +00:00
parent 03a1341e5e
commit 365d14427c

View File

@@ -244,8 +244,6 @@ public :
DeleteMenuItem(m_osxMenu , i); DeleteMenuItem(m_osxMenu , i);
impl->AttachToParent( NULL, 0 ); impl->AttachToParent( NULL, 0 );
} }
delete entry;
} }
} }