matroska: Remove unused variable

https://bugzilla.gnome.org/show_bug.cgi?id=753556
This commit is contained in:
Ravi Kiran K N 2015-08-12 17:16:01 +05:30 committed by Tim-Philipp Müller
parent b1089fb520
commit 6eee26b24b
2 changed files with 0 additions and 2 deletions

View file

@ -63,7 +63,6 @@ typedef struct _GstMatroskaDemux {
/* state */
gboolean streaming;
guint level_up;
guint64 seek_block;
gboolean seek_first;

View file

@ -62,7 +62,6 @@ typedef struct _GstMatroskaParse {
/* state */
//gboolean streaming;
guint level_up;
guint64 seek_block;
gboolean seek_first;