Removed pointless lines

This commit is contained in:
Robert Loehning
2010-05-20 18:03:38 +02:00
parent b9ac631b4a
commit 466518808c

View File

@@ -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) {