aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/converter.h')
-rw-r--r--src/plugins/General/converter/converter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/General/converter/converter.h b/src/plugins/General/converter/converter.h
index e2f58d22e..0f619d864 100644
--- a/src/plugins/General/converter/converter.h
+++ b/src/plugins/General/converter/converter.h
@@ -53,9 +53,6 @@ signals:
private:
void run();
bool convert(Decoder *decoder, FILE *file, bool use16bit);
- //QQueue <Decoder*> m_decoders;
- //QHash <Decoder*, InputSource*> m_inputs;
- //QHash <Decoder*, QVariantMap> m_presets;
Decoder *m_decoder;
InputSource *m_input;
QVariantMap m_preset;