1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 11:19:18 +01:00

Remove extraneous signal.

This commit is contained in:
John Maguire 2010-12-03 13:59:35 +00:00
parent c625acfd87
commit a33b4d4f49

View File

@ -125,9 +125,8 @@ class SettingsDialog : public QDialog {
BackgroundStreams* streams_;
signals:
void StreamVolumeChanged(const QUrl& url, int value);
#ifdef ENABLE_WIIMOTEDEV
signals:
void SetWiimotedevInterfaceActived(bool);
#endif
};