diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-22 08:30:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-22 08:32:48 -0400 |
commit | 39ccbe6549971afd09ce5483638ea84840bf2e21 (patch) | |
tree | a2d7c785781cdd0cc0683e88f341fa7401fcb75c /tests/testrecentchooser.c | |
parent | bd5414addb9f6f78920dfdf9bd9619f2311661d3 (diff) | |
download | gtk+-39ccbe6549971afd09ce5483638ea84840bf2e21.tar.gz |
tests: Drop manual property editor
No need for this anymore, now that we have the inspector everywhere.
Diffstat (limited to 'tests/testrecentchooser.c')
-rw-r--r-- | tests/testrecentchooser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testrecentchooser.c b/tests/testrecentchooser.c index 4c48599323..4ac0722c4c 100644 --- a/tests/testrecentchooser.c +++ b/tests/testrecentchooser.c @@ -35,8 +35,6 @@ # endif #endif -#include "prop-editor.h" - static void print_current_item (GtkRecentChooser *chooser) { @@ -169,8 +167,6 @@ main (int argc, gtk_widget_show_all (dialog); - create_prop_editor (G_OBJECT (dialog), GTK_TYPE_RECENT_CHOOSER); - control_window = gtk_window_new (GTK_WINDOW_TOPLEVEL); vbbox = gtk_button_box_new (GTK_ORIENTATION_VERTICAL); |