summaryrefslogtreecommitdiff
path: root/src/protocolhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocolhandler.cpp')
-rw-r--r--src/protocolhandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp
index 1d0981dc..a9b14b6f 100644
--- a/src/protocolhandler.cpp
+++ b/src/protocolhandler.cpp
@@ -114,10 +114,6 @@ bool ProtocolHandler::handle(const QNetworkRequest &request, QWebFrame *frame)
frame->setHtml(html);
Application::instance()->mainWindow()->mainView()->urlBar()->setUrl(url);
}
-// KUrl::List list;
-// list.append(url);
-// KRun::run("dolphin %u",url,0);
-
return true;
}