refactor(tray): remove useless variable
This commit is contained in:
parent
ba79b4d397
commit
f00be0b552
|
@ -52,7 +52,6 @@ private:
|
||||||
bool makeMenu(GdkEventButton *const &ev);
|
bool makeMenu(GdkEventButton *const &ev);
|
||||||
bool handleClick(GdkEventButton *const & /*ev*/);
|
bool handleClick(GdkEventButton *const & /*ev*/);
|
||||||
|
|
||||||
Glib::RefPtr<Gio::DBus::Connection> conn_;
|
|
||||||
GCancellable *cancellable_ = nullptr;
|
GCancellable *cancellable_ = nullptr;
|
||||||
SnItem *proxy_ = nullptr;
|
SnItem *proxy_ = nullptr;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue