]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/choice.cpp
removed useless assert from wxArray::Alloc
[wxWidgets.git] / src / mac / choice.cpp
index 9c4e7d94a9861a9dc33492cecc1dfd56040f7e57..9363a6cdda1275826287db0c8a7e0a9f1e8b1984 100644 (file)
@@ -27,7 +27,7 @@ short nextMenuId = 100 ; // wxMenu takes the lower ids
 wxChoice::~wxChoice()
 {
        // DeleteMenu( m_macPopUpMenuId ) ;
-       DisposeMenu( m_macPopUpMenuHandle ) ;
+       // DisposeMenu( m_macPopUpMenuHandle ) ;
 }
 
 bool wxChoice::Create(wxWindow *parent, wxWindowID id,