aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmanager.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-02-28 20:16:38 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-02-28 20:16:38 +0000
commitd14121babebe610555587321f4734d16fc3393e4 (patch)
treeac361f9f6aa33133a387462f00e4de5d1f92b3b6 /src/qmmpui/playlistmanager.h
parentf3d6e5a1352db8e50d20f21b5b5fc6fc252b4875 (diff)
downloadqmmp-d14121babebe610555587321f4734d16fc3393e4.tar.gz
qmmp-d14121babebe610555587321f4734d16fc3393e4.tar.bz2
qmmp-d14121babebe610555587321f4734d16fc3393e4.zip
removed useless code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4748 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
-rw-r--r--src/qmmpui/playlistmanager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h
index fafb9865d..728138fe3 100644
--- a/src/qmmpui/playlistmanager.h
+++ b/src/qmmpui/playlistmanager.h
@@ -47,9 +47,6 @@ public:
* Returns a pointer to the object's instance.
*/
static PlayListManager* instance();
-
-
- ColumnManager *columnManager() const;
/*!
* Returns a list of all playlists.
*/
@@ -253,7 +250,6 @@ private:
PlayListModel *m_selected;
QTimer *m_timer;
QmmpUiSettings *m_ui_settings;
- ColumnManager *m_column_manager;
};
#endif // PLAYLISTMANAGER_H