decoder: removed unused destructor

Very old unused code.
This commit is contained in:
itsmattkc
2020-04-14 14:51:15 +10:00
parent 9a25064b00
commit b3bebeeef3
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -70,9 +70,6 @@ public:
Decoder(Stream* fs);
// Necessary for subclassing, it's empty
virtual ~Decoder() override;
DISABLE_COPY_MOVE(Decoder)
virtual QString id() = 0;