From 9606dce758c60f3047ac14e0ccaf9c60475b4113 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sat, 15 May 2010 18:31:16 +0000 Subject: [PATCH] removed QMenu* git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2912 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/MessengerWindow.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/retroshare-gui/src/gui/MessengerWindow.h b/retroshare-gui/src/gui/MessengerWindow.h index 6570f822d..f042f1646 100644 --- a/retroshare-gui/src/gui/MessengerWindow.h +++ b/retroshare-gui/src/gui/MessengerWindow.h @@ -133,8 +133,6 @@ private: class QWidgetAction *widgetAction; class QSpacerItem *spacerItem; - /** Define the popup menus for the Context menu */ - QMenu* contextMnu; /** Defines the actions for the context menu */ QAction* chatAct; QAction* sendMessageAct;