refactor(tray): remove useless variable

This commit is contained in:
Alexis 2018-11-22 15:51:55 +01:00
parent ba79b4d397
commit f00be0b552

View File

@ -52,7 +52,6 @@ private:
bool makeMenu(GdkEventButton *const &ev);
bool handleClick(GdkEventButton *const & /*ev*/);
Glib::RefPtr<Gio::DBus::Connection> conn_;
GCancellable *cancellable_ = nullptr;
SnItem *proxy_ = nullptr;
};