From 466518808c42726d32d516fe86ecee210a0f46f8 Mon Sep 17 00:00:00 2001
From: Robert Loehning <robert.loehning@nokia.com>
Date: Thu, 20 May 2010 18:03:38 +0200
Subject: [PATCH] Removed pointless lines

---
 src/plugins/debugger/watchwindow.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/debugger/watchwindow.cpp b/src/plugins/debugger/watchwindow.cpp
index b3782448a2e..f1693dcee01 100644
--- a/src/plugins/debugger/watchwindow.cpp
+++ b/src/plugins/debugger/watchwindow.cpp
@@ -411,8 +411,6 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev)
         }
     } else if (act == actSetWatchPointAtVariableAddress) {
         addWatchPoint(m_manager, address);
-    } else if (act == actSetWatchPointAtVariableAddress) {
-        addWatchPoint(m_manager, address);
     } else if (act == actSetWatchPointAtPointerValue) {
         addWatchPoint(m_manager, pointerValue);
     } else if (act == actSelectWidgetToWatch) {
-- 
GitLab