diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-18 17:21:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-18 17:21:36 +0000 |
| commit | bb4526c98560a4b7da9b26ed37258e202430d2ee (patch) | |
| tree | 63fd0b5edb337a8911b88ad1efe4309eccdc0445 /src/qmmpui/playlistitem.h | |
| parent | 41b4eec3f4fc4c1ba63211c2af7680acfc723bdd (diff) | |
| download | qmmp-bb4526c98560a4b7da9b26ed37258e202430d2ee.tar.gz qmmp-bb4526c98560a4b7da9b26ed37258e202430d2ee.tar.bz2 qmmp-bb4526c98560a4b7da9b26ed37258e202430d2ee.zip | |
removed useless option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@794 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistitem.h')
| -rw-r--r-- | src/qmmpui/playlistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index ce26ca2f5..5fbc6a716 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -66,7 +66,7 @@ private: bool m_selected; bool m_current; bool m_use_meta; - bool m_convertUnderscore, m_convertTwenty, m_fullStreamPath; + bool m_convertUnderscore, m_convertTwenty; QString m_format; FLAGS m_flag; }; |
