diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 13:37:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 13:37:43 +0000 |
| commit | fde56afe65ba10a6780798ff48e800e15c8b0034 (patch) | |
| tree | a1f5ecd0f4e3b6cc4f0b19780b05f6be2387de4d /src/plugins/Ui/skinned/playlist.cpp | |
| parent | ebd7f9bc697973366de8a6bf7265051e825e0680 (diff) | |
| download | qmmp-fde56afe65ba10a6780798ff48e800e15c8b0034.tar.gz qmmp-fde56afe65ba10a6780798ff48e800e15c8b0034.tar.bz2 qmmp-fde56afe65ba10a6780798ff48e800e15c8b0034.zip | |
removed useless code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4678 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/playlist.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/Ui/skinned/playlist.cpp b/src/plugins/Ui/skinned/playlist.cpp index bc58312d0..b01dc9ba8 100644 --- a/src/plugins/Ui/skinned/playlist.cpp +++ b/src/plugins/Ui/skinned/playlist.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2014 by Ilya Kotov * + * Copyright (C) 2006-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -531,12 +531,6 @@ void PlayList::setTime(qint64 time) } } -void PlayList::updateList() -{ - m_listWidget->updateList(); - m_titleBar->showCurrent(); -} - void PlayList::showPlaylistMenu() { m_playlistMenu->exec (m_playlistButton->mapToGlobal (QPoint (0,0))); |
