tests: Drop manual property editor

No need for this anymore, now that we have the inspector everywhere.
This commit is contained in:
Matthias Clasen
2014-05-22 08:30:34 -04:00
parent bd5414addb
commit 39ccbe6549
19 changed files with 9 additions and 1987 deletions

View File

@ -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);