aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-21 10:20:44 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-21 10:20:44 +0200
commitc80bcd45464d3e80efe6b560d4f9a3d20437ebc2 (patch)
tree4a1493aecb4b2bc7bbe1bca8bbdc39dfd465d084 /uzbl-core.c
parent4261c8f0c6c032f46457bc154272a08982f310ca (diff)
updated README
Diffstat (limited to 'uzbl-core.c')
-rw-r--r--uzbl-core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/uzbl-core.c b/uzbl-core.c
index 351e6dc..9798871 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -634,9 +634,6 @@ struct {const char *key; CommandInfo value;} cmdlist[] =
{ "chain", {chain, 0} },
{ "print", {print, TRUE} },
{ "event", {event, TRUE} },
- /* a request is just semantic sugar to make things more obvious for
- * the user, technically events and requests are the very same thin g
- */
{ "request", {event, TRUE} },
{ "update_gui", {update_gui, TRUE} },
{ "menu_add", {menu_add, TRUE} },