]> git.saurik.com Git - wxWidgets.git/commitdiff
Commented out debug code.
authorRobert Roebling <robert@roebling.de>
Tue, 29 Feb 2000 15:09:09 +0000 (15:09 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 29 Feb 2000 15:09:09 +0000 (15:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/menu.cpp
src/gtk1/menu.cpp

index daff7c92be69433d65cd5e75d86d55112f25b8f9..8f5de087be54578caeb7dacd07870c87c73a32d6 100644 (file)
@@ -352,8 +352,11 @@ wxMenu *wxMenuBar::Remove(size_t pos)
         return (wxMenu*) NULL;
 
     GtkMenuShell *menu_shell = GTK_MENU_SHELL(m_factory->widget);
+/*
+
     printf( "factory entries before %d\n", (int)g_slist_length(m_factory->items) );
     printf( "menu shell entries before %d\n", (int)g_list_length( menu_shell->children ) );
+*/
     
     // unparent calls unref() and that would delete the widget so we raise
     // the ref count to 2 artificially before invoking unparent.
@@ -362,8 +365,10 @@ wxMenu *wxMenuBar::Remove(size_t pos)
     
     gtk_widget_destroy( menu->m_owner );
     
+/*
     printf( "factory entries after %d\n", (int)g_slist_length(m_factory->items) );
     printf( "menu shell entries after %d\n", (int)g_list_length( menu_shell->children ) );
+*/
     
     return menu;
 }
index daff7c92be69433d65cd5e75d86d55112f25b8f9..8f5de087be54578caeb7dacd07870c87c73a32d6 100644 (file)
@@ -352,8 +352,11 @@ wxMenu *wxMenuBar::Remove(size_t pos)
         return (wxMenu*) NULL;
 
     GtkMenuShell *menu_shell = GTK_MENU_SHELL(m_factory->widget);
+/*
+
     printf( "factory entries before %d\n", (int)g_slist_length(m_factory->items) );
     printf( "menu shell entries before %d\n", (int)g_list_length( menu_shell->children ) );
+*/
     
     // unparent calls unref() and that would delete the widget so we raise
     // the ref count to 2 artificially before invoking unparent.
@@ -362,8 +365,10 @@ wxMenu *wxMenuBar::Remove(size_t pos)
     
     gtk_widget_destroy( menu->m_owner );
     
+/*
     printf( "factory entries after %d\n", (int)g_slist_length(m_factory->items) );
     printf( "menu shell entries after %d\n", (int)g_list_length( menu_shell->children ) );
+*/
     
     return menu;
 }