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

@ -16,7 +16,6 @@
*/
#include <gtk/gtk.h>
#include "prop-editor.h"
static void
notify_font_cb (GtkFontChooser *fontchooser, GParamSpec *pspec, gpointer data)
@ -87,8 +86,6 @@ main (int argc, char *argv[])
gtk_font_chooser_set_preview_text (GTK_FONT_CHOOSER (fontchooser), "[user@host ~]$ &>>");
gtk_font_chooser_set_show_preview_entry (GTK_FONT_CHOOSER (fontchooser), FALSE);
create_prop_editor (G_OBJECT (fontchooser), GTK_TYPE_FONT_CHOOSER);
gtk_main ();
return 0;