diff options
Diffstat (limited to 'tests/check/gst/struct_arm.h')
-rw-r--r-- | tests/check/gst/struct_arm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/check/gst/struct_arm.h b/tests/check/gst/struct_arm.h index 23ac70ed86..73764c9202 100644 --- a/tests/check/gst/struct_arm.h +++ b/tests/check/gst/struct_arm.h @@ -27,7 +27,6 @@ GstCheckABIStruct list[] = { {"GstIndexFactory", sizeof (GstIndexFactory), 96}, {"GstIndexFactoryClass", sizeof (GstIndexFactoryClass), 152}, {"GstDebugCategory", sizeof (GstDebugCategory), 16}, - {"GstImplementsInterfaceClass", sizeof (GstImplementsInterfaceClass), 28}, {"GstIterator", sizeof (GstIterator), 52}, {"GstMessage", sizeof (GstMessage), 64}, {"GstMessageClass", sizeof (GstMessageClass), 32}, @@ -67,9 +66,5 @@ GstCheckABIStruct list[] = { {"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 152}, {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 44}, {"GstValueTable", sizeof (GstValueTable), 32}, -#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED) - {"GstXML", sizeof (GstXML), 64}, - {"GstXMLClass", sizeof (GstXMLClass), 144}, -#endif {NULL, 0, 0} }; |