From d462e7f6df4b3a544000082aeb9268fed263cc5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 13 Apr 2014 16:46:11 +0200 Subject: [PATCH] gl/eagl: Remove spurious private struct pointer --- gst-libs/gst/gl/eagl/gstglcontext_eagl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/gl/eagl/gstglcontext_eagl.h b/gst-libs/gst/gl/eagl/gstglcontext_eagl.h index 90adbf2..bc4618c 100644 --- a/gst-libs/gst/gl/eagl/gstglcontext_eagl.h +++ b/gst-libs/gst/gl/eagl/gstglcontext_eagl.h @@ -53,8 +53,6 @@ struct _GstGLContextEaglClass { /*< private >*/ gpointer _reserved[GST_PADDING_LARGE]; - - GstGLContextEaglPrivate *priv; }; GType gst_gl_context_eagl_get_type (void); -- 2.7.4