summaryrefslogtreecommitdiff
path: root/tests/testsocket_common.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-08-24 21:11:36 +0200
committerJavier Jardón <jjardon@gnome.org>2010-08-24 23:49:21 +0200
commit72fad93587a4f4c6d60e613e86b4a85e0f1f31d6 (patch)
tree3f19cb5812ffcf2abb5205e20160f0b202fb8aa8 /tests/testsocket_common.c
parent1abb8f6e7fa9999a68798e44348d2426b901de39 (diff)
downloadgtk+-72fad93587a4f4c6d60e613e86b4a85e0f1f31d6.tar.gz
tests/testsocket: Fix broken test
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627867
Diffstat (limited to 'tests/testsocket_common.c')
-rw-r--r--tests/testsocket_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testsocket_common.c b/tests/testsocket_common.c
index 1dc3af0c57..da28f3a81c 100644
--- a/tests/testsocket_common.c
+++ b/tests/testsocket_common.c
@@ -182,8 +182,6 @@ create_menubar (GtkWindow *window)
menuitem = gtk_menu_item_new_with_mnemonic ("O_K");
gtk_menu_shell_append (GTK_MENU_SHELL (menubar), menuitem);
- menu = gtk_menu_new ();
- gtk_menu_item_set_submenu (GTK_MENU_ITEM (menuitem), menu);
menuitem = gtk_menu_item_new_with_mnemonic ("_Help");
gtk_menu_shell_append (GTK_MENU_SHELL (menubar), menuitem);