mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
gtksinks: Remove undefined private structure
The classes contains a private structure which are not defined, hence unused.
This commit is contained in:
parent
82c0189b28
commit
6bfbadc0f9
2 changed files with 0 additions and 6 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
typedef struct _GstGtkGLSink GstGtkGLSink;
|
||||
typedef struct _GstGtkGLSinkClass GstGtkGLSinkClass;
|
||||
typedef struct _GstGtkGLSinkPrivate GstGtkGLSinkPrivate;
|
||||
|
||||
#include <gtkgstglwidget.h>
|
||||
|
||||
|
@ -76,8 +75,6 @@ struct _GstGtkGLSink
|
|||
|
||||
gboolean ignore_alpha;
|
||||
GBinding *bind_ignore_alpha;
|
||||
|
||||
GstGtkGLSinkPrivate *priv;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
typedef struct _GstGtkSink GstGtkSink;
|
||||
typedef struct _GstGtkSinkClass GstGtkSinkClass;
|
||||
typedef struct _GstGtkSinkPrivate GstGtkSinkPrivate;
|
||||
|
||||
#include <gtkgstwidget.h>
|
||||
|
||||
|
@ -66,8 +65,6 @@ struct _GstGtkSink
|
|||
|
||||
gboolean ignore_alpha;
|
||||
GBinding *bind_ignore_alpha;
|
||||
|
||||
GstGtkSinkPrivate *priv;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue