diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-10-29 16:03:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-10-29 16:03:32 +0000 |
| commit | d6d77d7629e743b0de89c5f5afbaec6e3e16b7fa (patch) | |
| tree | f8205515d77537d4204fd3ce75d03ad130cbd75b /src/plugins/Engines/mplayer/mplayerengine.h | |
| parent | 089aa38ae69825be4e1b1dd1c8cd770db73e5a77 (diff) | |
| download | qmmp-d6d77d7629e743b0de89c5f5afbaec6e3e16b7fa.tar.gz qmmp-d6d77d7629e743b0de89c5f5afbaec6e3e16b7fa.tar.bz2 qmmp-d6d77d7629e743b0de89c5f5afbaec6e3e16b7fa.zip | |
removed unused variable
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6814 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Engines/mplayer/mplayerengine.h')
| -rw-r--r-- | src/plugins/Engines/mplayer/mplayerengine.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Engines/mplayer/mplayerengine.h b/src/plugins/Engines/mplayer/mplayerengine.h index f2918d252..f31ffbd4b 100644 --- a/src/plugins/Engines/mplayer/mplayerengine.h +++ b/src/plugins/Engines/mplayer/mplayerengine.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2015 by Ilya Kotov * + * Copyright (C) 2008-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -64,7 +64,6 @@ private slots: void startMplayerProcess(); private: - int mplayer_pipe[2]; QStringList m_args; QProcess *m_process; int m_bitrate; |
