Roll requiredSectors into readerwriter.cc.

This commit is contained in:
David Given
2022-09-16 00:26:02 +02:00
parent d0fb85e712
commit 201fd22861
3 changed files with 14 additions and 21 deletions

View File

@@ -89,9 +89,6 @@ public:
return _fmr->getDuration();
}
virtual std::set<LogicalLocation> requiredSectors(
std::shared_ptr<const TrackInfo>& trackInfo) const;
protected:
virtual void beginTrack(){};
virtual nanoseconds_t advanceToNextRecord() = 0;