gl: Remove extra duplicate typedef of GstGLFramebuffer
authorJan Schmidt <jan@centricular.com>
Tue, 30 Aug 2016 18:26:43 +0000 (04:26 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:22 +0000 (19:32 +0000)
It's triggering a warning building git master on OSX

gst-libs/gst/gl/gstglframebuffer.h

index 7e9e701..0e135c8 100644 (file)
@@ -34,7 +34,6 @@ GType gst_gl_framebuffer_get_type (void);
 #define GST_IS_GL_FRAMEBUFFER_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE((klass), GST_TYPE_GL_FRAMEBUFFER))
 #define GST_GL_FRAMEBUFFER_CAST(obj)        ((GstGLFramebuffer*)(obj))
 
-typedef struct _GstGLFramebuffer GstGLFramebuffer;
 typedef struct _GstGLFramebufferClass GstGLFramebufferClass;
 typedef struct _GstGLFramebufferPrivate GstGLFramebufferPrivate;