summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 77ee7e5b7..3cc659b0c 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -106,15 +106,6 @@ impHandler(hack)
return true;
}
-impHandler(open)
-{
- std::string url = event.args;
- if (!strStartWith(url, "http"))
- url = "http://" + url;
- openBrowser(url);
- return true;
-}
-
impHandler(execute)
{
const size_t idx = event.args.find(" ");