mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 03:45:56 +01:00
Remove unused QSignalMapper.
This commit is contained in:
parent
15b8b90556
commit
2669b4aebd
@ -19,8 +19,6 @@
|
||||
|
||||
#include "systemtrayicon.h"
|
||||
|
||||
#include <QSignalMapper>
|
||||
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
@ -55,8 +53,6 @@ private:
|
||||
QPixmap orange_icon_;
|
||||
QPixmap grey_icon_;
|
||||
|
||||
QSignalMapper mapper_;
|
||||
|
||||
boost::scoped_ptr<MacSystemTrayIconPrivate> p_;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user