[564/906] glmemory: remove unused typedef

This commit is contained in:
Matthew Waters 2012-08-15 21:37:01 +10:00
parent 3f94f31c3d
commit 863f21b1f6

View file

@ -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;