From f88ce54b65e7f03fdfde13376d8a9988b30d5c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 14 Nov 2016 17:33:41 +0100 Subject: [PATCH] vaapivideomemory: remove unused macros These macros are not used. Let us remove them. --- gst/vaapi/gstvaapivideomemory.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gst/vaapi/gstvaapivideomemory.c b/gst/vaapi/gstvaapivideomemory.c index 613441fac8..00955cd812 100644 --- a/gst/vaapi/gstvaapivideomemory.c +++ b/gst/vaapi/gstvaapivideomemory.c @@ -621,13 +621,6 @@ error_allocate_memory: /* --- GstVaapiVideoAllocator --- */ /* ------------------------------------------------------------------------ */ -#define GST_VAAPI_VIDEO_ALLOCATOR_CLASS(klass) \ - (G_TYPE_CHECK_CLASS_CAST ((klass), GST_VAAPI_TYPE_VIDEO_ALLOCATOR, \ - GstVaapiVideoAllocatorClass)) - -#define GST_VAAPI_IS_VIDEO_ALLOCATOR_CLASS(klass) \ - (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_VAAPI_TYPE_VIDEO_ALLOCATOR)) - G_DEFINE_TYPE (GstVaapiVideoAllocator, gst_vaapi_video_allocator, GST_TYPE_ALLOCATOR);