Remove unneeded attributes that somehow have crept into the dbus branch
[quassel.git] / src / qtui / mainwin.h
index b2ea75a..1eae4bc 100644 (file)
@@ -160,9 +160,6 @@ class MainWin : public QMainWindow {
     QList<QDockWidget *> _netViews;
     NickListWidget *nickListWidget;
 
-    QAction *actionEditNetworks;
-    QList<QAction *> networkActions;
-
 #ifdef HAVE_DBUS
     org::freedesktop::Notifications *desktopNotifications;
     quint32 notificationId;