[vlc-devel] [PATCH 2/3] demux/mkv: removed unused forward-declaration

Filip Roséen filip at atch.se
Sat Feb 25 20:21:54 CET 2017


There is not a single reference to struct mkv_index_t within the
demuxer.
---
 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 a77a7f73d3..edf3600434 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
 {
-- 
2.11.1



More information about the vlc-devel mailing list