gl/eagl: Remove spurious private struct pointer

This commit is contained in:
Sebastian Dröge 2014-04-13 16:46:11 +02:00
parent 5db4db6836
commit ef509077db

View file

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