summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 72951698..f72041bf 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -275,21 +275,6 @@ void WebView::contextMenuEvent(QContextMenuEvent *event)
menu.addAction(inspectAction);
}
-// TODO: REMOVE ME!
-// These actions are here just to NOT remove strings until stable release.
-// Just remove the lines here after that.
-if (false)
-{
- QString truncatedURL;
-
- //open selected text url in a new tab
- a = new KAction(KIcon("tab-new"), i18n("Open '%1' in New Tab", truncatedURL), this);
-
- //open selected text url in a new window
- a = new KAction(KIcon("window-new"), i18n("Open '%1' in New Window", truncatedURL), this);
-}
-// TODO: ----------- END REMOVE
-
// page actions
if (!result.isContentSelected() && result.linkUrl().isEmpty())
{