1
0
Fork 0

Remove ClearTracks() and fix ref-assignment

This commit is contained in:
krcroft 2020-01-07 10:31:45 -08:00 committed by Patryk Obara
parent c776239c3c
commit 0f37f30246
2 changed files with 5 additions and 12 deletions

View file

@ -230,7 +230,6 @@ private:
} player;
// Private utility functions
void ClearTracks();
bool LoadIsoFile(char *filename);
bool CanReadPVD(TrackFile *file, int sectorSize, bool mode2);
std::vector<Track>::iterator GetTrack(int sector);