gl/eagl: Remove spurious private struct pointer

This commit is contained in:
Sebastian Dröge 2014-04-13 16:46:11 +02:00 committed by Tim-Philipp Müller
parent 6fb0f1d1c7
commit d462e7f6df

View file

@ -53,8 +53,6 @@ struct _GstGLContextEaglClass {
/*< private >*/
gpointer _reserved[GST_PADDING_LARGE];
GstGLContextEaglPrivate *priv;
};
GType gst_gl_context_eagl_get_type (void);