diff --git a/src/plugins/debugger/watchwindow.cpp b/src/plugins/debugger/watchwindow.cpp index b3782448a2e98992c46266bcdd2a5e3b835e817d..f1693dcee0116aec33d6e250f2a961950fa4772e 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) {