mkvparser: Dead code removal.

Change-Id: Ic4cf359ecc80641b97f40c20639ce9c32b34077d
This commit is contained in:
Tom Finegan
2015-04-14 23:35:10 -07:00
parent f439e523b8
commit d3849c2f7b
2 changed files with 4 additions and 1180 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -737,14 +737,6 @@ class Cues {
long long time_ns, const Track*, const CuePoint*&, long long time_ns, const Track*, const CuePoint*&,
const CuePoint::TrackPosition*&) const; const CuePoint::TrackPosition*&) const;
#if 0
bool FindNext( //upper_bound of time_ns
long long time_ns,
const Track*,
const CuePoint*&,
const CuePoint::TrackPosition*&) const;
#endif
const CuePoint* GetFirst() const; const CuePoint* GetFirst() const;
const CuePoint* GetLast() const; const CuePoint* GetLast() const;
const CuePoint* GetNext(const CuePoint*) const; const CuePoint* GetNext(const CuePoint*) const;
@@ -884,13 +876,6 @@ class Segment {
long ParseNext(const Cluster* pCurr, const Cluster*& pNext, long long& pos, long ParseNext(const Cluster* pCurr, const Cluster*& pNext, long long& pos,
long& size); long& size);
#if 0
//This pair parses one cluster, but only changes the state of the
//segment object when the cluster is actually added to the index.
long ParseCluster(long long& cluster_pos, long long& new_pos) const;
bool AddCluster(long long cluster_pos, long long new_pos);
#endif
const SeekHead* GetSeekHead() const; const SeekHead* GetSeekHead() const;
const Tracks* GetTracks() const; const Tracks* GetTracks() const;
const SegmentInfo* GetInfo() const; const SegmentInfo* GetInfo() const;