vlc | branch: master | Filip Roséen <[email protected]> | Sat Feb 25 20:21:54 2017 +0100| [832d4955002ab42366c2b3d911eaaaf71764a1a5] | committer: Jean-Baptiste Kempf
demux/mkv: removed unused forward-declaration There is not a single reference to struct mkv_index_t within the demuxer. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=832d4955002ab42366c2b3d911eaaaf71764a1a5 --- modules/demux/mkv/matroska_segment.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/demux/mkv/matroska_segment.hpp b/modules/demux/mkv/matroska_segment.hpp index a77a7f73..edf3600 100644 --- a/modules/demux/mkv/matroska_segment.hpp +++ b/modules/demux/mkv/matroska_segment.hpp @@ -40,7 +40,6 @@ class chapter_translation_c; class chapter_item_c; class mkv_track_t; -struct mkv_index_t; typedef enum { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
