From: Manuel Nickschas Date: Tue, 22 Jul 2008 20:48:21 +0000 (+0200) Subject: Remove unneeded attributes that somehow have crept into the dbus branch X-Git-Tag: 0.3.0~223 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=92e686a4a4d3d490a3a187baea27c5864667c580 Remove unneeded attributes that somehow have crept into the dbus branch --- diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index b2ea75a4..1eae4bce 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -160,9 +160,6 @@ class MainWin : public QMainWindow { QList _netViews; NickListWidget *nickListWidget; - QAction *actionEditNetworks; - QList networkActions; - #ifdef HAVE_DBUS org::freedesktop::Notifications *desktopNotifications; quint32 notificationId;