decoder: removed unused destructor
Very old unused code.
This commit is contained in:
@@ -47,10 +47,6 @@ Decoder::Decoder(Stream *fs) :
|
||||
{
|
||||
}
|
||||
|
||||
Decoder::~Decoder()
|
||||
{
|
||||
}
|
||||
|
||||
StreamPtr Decoder::stream()
|
||||
{
|
||||
return stream_;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user