aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--uzbl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uzbl.c b/uzbl.c
index 77a403c..8879a1f 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -751,7 +751,6 @@ struct {char *key; CommandInfo value;} cmdlist[] =
{ "sh", {spawn_sh, 0} },
{ "sync_sh", {spawn_sh_sync, 0} }, // needed for cookie handler
{ "exit", {close_uzbl, 0} },
- { "quit", {close_uzbl, 0} },
{ "search", {search_forward_text, TRUE} },
{ "search_reverse", {search_reverse_text, TRUE} },
{ "dehilight", {dehilight, 0} },