diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-04-04 10:36:30 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-04-04 10:36:30 +0200 |
commit | 7565a5443fc48b558685bc5bd8fc694beffb3c3a (patch) | |
tree | 1e1b86b752bf7e8a8ace59391eeb87d3731623ae /src | |
parent | rekonq 0.7.50 (diff) | |
download | rekonq-7565a5443fc48b558685bc5bd8fc694beffb3c3a.tar.xz |
Remove unused strings
Diffstat (limited to 'src')
-rw-r--r-- | src/webview.cpp | 15 |
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()) { |