From 863f21b1f6831a6fd093d2d8e3c668b5a2ad761b Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 15 Aug 2012 21:37:01 +1000 Subject: [PATCH] [564/906] glmemory: remove unused typedef --- gst-libs/gst/gl/gstglmemory.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/gstglmemory.h b/gst-libs/gst/gl/gstglmemory.h index 5761fe1516..840775921c 100644 --- a/gst-libs/gst/gl/gstglmemory.h +++ b/gst-libs/gst/gl/gstglmemory.h @@ -39,7 +39,6 @@ GType gst_gl_allocator_get_type(void); #define GST_GL_ALLOCATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_GL_ALLOCATOR, GstGLAllocatorClass)) #define GST_GL_ALLOCATOR_CAST(obj) ((GstGLAllocator *)(obj)) -typedef struct _GstGLMemoryInitParams GstGLMemoryInitParams; typedef struct _GstGLMemory GstGLMemory; typedef struct _GstGLAllocator GstGLAllocator; typedef struct _GstGLAllocatorClass GstGLAllocatorClass; @@ -72,7 +71,7 @@ struct _GstGLMemory void gst_gl_memory_init (void); GstMemory * gst_gl_memory_alloc (GstGLDisplay * display, GstVideoFormat format, - gsize width, gsize height); + gsize width, gsize height); gboolean gst_is_gl_memory (GstMemory * mem);