]> Untitled Git - emu8051.git/commitdiff
Remove superfluous function call gtk_widget_show_all() when creating menu
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 5 Oct 2013 16:46:10 +0000 (12:46 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 10 Oct 2013 01:07:22 +0000 (21:07 -0400)
src/emugtk.c

index 6eff60753ff4d4599cf689254bf0d3b8c217f43a..1a380f849076e04a0e6d810c77d9b6ed03856591 100644 (file)
@@ -234,8 +234,6 @@ AddMenu(void)
        /* Adding the 'Help' submenu */
        HelpAddMenu(menu_bar);
 
-       gtk_widget_show_all(GTK_WIDGET(menu_bar));
-
        return menu_bar;
 }