tests: Drop manual property editor
No need for this anymore, now that we have the inspector everywhere.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user