From 910c5067e8d7ae22b3fde6bd483391314de1ba16 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 28 Nov 2008 21:19:59 +0000 Subject: general api changes, removed unused code git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@647 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/generalhandler.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/qmmpui/generalhandler.h') diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h index 710e817a1..7a1eb3502 100644 --- a/src/qmmpui/generalhandler.h +++ b/src/qmmpui/generalhandler.h @@ -39,10 +39,6 @@ public: ~GeneralHandler(); - /*void setSongInfo(const SongInfo &info); - void setVolume(int left, int right); - void setTime(int time);*/ - void setEnabled(GeneralFactory* factory, bool enable); void showSettings(GeneralFactory* factory, QWidget* parentWidget); bool visibilityControl(); @@ -51,29 +47,11 @@ public: signals: void playCalled(); - /*void pauseCalled(); - void stopCalled(); - void nextCalled(); - void previousCalled(); - void seekCalled(int);*/ void exitCalled(); void toggleVisibilityCalled(); - //void volumeChanged(int left, int right); - -/*public slots: - void setState(uint state);*/ - -/*private slots: - void processCommand(uint command);*/ private: - void connectSignals(General*); QMap m_generals; - //SongInfo m_songInfo; - //Control* m_control; - //int m_time; - //uint m_state; - //int m_left, m_right; CommandLineManager *m_commandLineManager; static GeneralHandler* m_instance; }; -- cgit v1.2.3-13-gbd6f