diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-21 06:34:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-21 06:34:51 +0000 |
| commit | 7f5637710f36ecfa818b06fe008d53d1cf234ba8 (patch) | |
| tree | 8ea340f6e3f68abc07bc1fc89a6115ff4237462a /src/plugins/General/converter/converter.h | |
| parent | 58eacba4daf81e8b24201c81125c97ff55742869 (diff) | |
| download | qmmp-7f5637710f36ecfa818b06fe008d53d1cf234ba8.tar.gz qmmp-7f5637710f36ecfa818b06fe008d53d1cf234ba8.tar.bz2 qmmp-7f5637710f36ecfa818b06fe008d53d1cf234ba8.zip | |
converter: fixed some bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6069 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter/converter.h')
| -rw-r--r-- | src/plugins/General/converter/converter.h | 3 |
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; |
