summaryrefslogtreecommitdiff
path: root/tests/testmenubutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-22 08:30:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-22 08:32:48 -0400
commit39ccbe6549971afd09ce5483638ea84840bf2e21 (patch)
treea2d7c785781cdd0cc0683e88f341fa7401fcb75c /tests/testmenubutton.c
parentbd5414addb9f6f78920dfdf9bd9619f2311661d3 (diff)
downloadgtk+-39ccbe6549971afd09ce5483638ea84840bf2e21.tar.gz
tests: Drop manual property editor
No need for this anymore, now that we have the inspector everywhere.
Diffstat (limited to 'tests/testmenubutton.c')
-rw-r--r--tests/testmenubutton.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testmenubutton.c b/tests/testmenubutton.c
index 6c15176915..670b9ee8d0 100644
--- a/tests/testmenubutton.c
+++ b/tests/testmenubutton.c
@@ -1,5 +1,4 @@
#include <gtk/gtk.h>
-#include "prop-editor.h"
#define INITIAL_HALIGN GTK_ALIGN_START
#define INITIAL_VALIGN GTK_ALIGN_START
@@ -131,7 +130,6 @@ int main (int argc, char **argv)
menubuttons = g_list_prepend (menubuttons, button);
gtk_menu_button_set_popup (GTK_MENU_BUTTON (button), menu_widget);
gtk_grid_attach (GTK_GRID (grid), button, 1, row++, 1, 1);
- gtk_widget_show (create_prop_editor (G_OBJECT (button), 0));
check = gtk_check_button_new_with_label ("Popover");
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), TRUE);