From a9946929bc45b96acd171a8137600277d122ccd9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 24 Nov 2008 21:54:59 +0000 Subject: general api cleanup git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@631 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/commandlinemanager.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/qmmpui/commandlinemanager.h') diff --git a/src/qmmpui/commandlinemanager.h b/src/qmmpui/commandlinemanager.h index 4e99ba35d..a6039c7c3 100644 --- a/src/qmmpui/commandlinemanager.h +++ b/src/qmmpui/commandlinemanager.h @@ -36,20 +36,11 @@ public: ~CommandLineManager(); //general - void setState(const uint &state); - void setSongInfo(const SongInfo &song); - void setVolume(int left, int right); - void setTime(int time); //properties - uint state(); - SongInfo *info(); - int elapsed(); - int leftVolume(); - int rightVolume(); //command line - void executeCommand(const QString& opt_str, Control* ctrl); + void executeCommand(const QString& opt_str); //static methods static bool hasOption(const QString &opt_str); @@ -57,7 +48,6 @@ public: private: uint m_state; - SongInfo m_song; int m_left, m_right; int m_time; }; -- cgit v1.2.3-13-gbd6f