photography: remove implements-interface prerequisite

This commit is contained in:
Wim Taymans 2011-09-28 12:54:38 +02:00
parent 94ac238b7c
commit 145c4b9f74

View file

@ -62,8 +62,6 @@ gst_photography_get_type (void)
gst_photography_type = g_type_register_static (G_TYPE_INTERFACE,
"GstPhotography", &gst_photography_info, 0);
g_type_interface_add_prerequisite (gst_photography_type,
GST_TYPE_IMPLEMENTS_INTERFACE);
}
return gst_photography_type;