tests: Remove gdk-pixbuf hacks

The code used to check for uninstalled gdk-pixbuf. Since gdk-pixbuf is
an external library these days, those checks aren't necessary anymore.
This commit is contained in:
Benjamin Otte
2012-10-02 17:21:11 +02:00
parent 1b5dabac8b
commit eddac4911f
6 changed files with 4 additions and 36 deletions

View File

@ -304,8 +304,6 @@ widget_property_tests (gconstpointer test_data)
g_object_unref (widget);
}
extern void pixbuf_init (void);
/* --- main test program --- */
int
main (int argc,
@ -314,7 +312,6 @@ main (int argc,
const GType *otypes;
guint i;
/* initialize test program */
pixbuf_init ();
gtk_test_init (&argc, &argv);
gtk_test_register_all_types ();
/* install a property test for each widget type */