diff options
Diffstat (limited to 'src/ui/playlist.cpp')
| -rw-r--r-- | src/ui/playlist.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/playlist.cpp b/src/ui/playlist.cpp index 46853d8fb..9bbb493dd 100644 --- a/src/ui/playlist.cpp +++ b/src/ui/playlist.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -502,7 +502,6 @@ void PlayList::updateList() m_titleBar->showCurrent(); } - PlayListItem *PlayList::currentItem() { return m_playListModel ? m_playListModel->currentItem() : 0; |
