gl: Remove extra duplicate typedef of GstGLFramebuffer

It's triggering a warning building git master on OSX
This commit is contained in:
Jan Schmidt 2016-08-31 04:26:43 +10:00 committed by Tim-Philipp Müller
parent 00aa5748d3
commit ae89055e67

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