Remove RawRecord, which is now obsolete.

This commit is contained in:
David Given
2021-07-15 23:55:29 +02:00
parent 2eff798d74
commit f589e094b2
32 changed files with 0 additions and 54 deletions

View File

@@ -3,22 +3,17 @@
#include "bytes.h"
#include "sector.h"
#include "record.h"
#include "decoders/fluxmapreader.h"
class Sector;
class Fluxmap;
class FluxmapReader;
class RawRecord;
class RawBits;
class Track;
class DecoderProto;
#include "flux.h"
typedef std::vector<std::unique_ptr<RawRecord>> RawRecordVector;
typedef std::vector<std::unique_ptr<Sector>> SectorVector;
extern void setDecoderManualClockRate(double clockrate_us);
extern Bytes decodeFmMfm(std::vector<bool>::const_iterator start,