mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
gl/eagl: Remove spurious private struct pointer
This commit is contained in:
parent
5db4db6836
commit
ef509077db
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ struct _GstGLContextEaglClass {
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
gpointer _reserved[GST_PADDING_LARGE];
|
gpointer _reserved[GST_PADDING_LARGE];
|
||||||
|
|
||||||
GstGLContextEaglPrivate *priv;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_gl_context_eagl_get_type (void);
|
GType gst_gl_context_eagl_get_type (void);
|
||||||
|
|
Loading…
Reference in a new issue