aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-15 17:49:09 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-15 17:49:09 +0200
commit5ece4cb04a07953ff6ac8197fc61be9a715b0f11 (patch)
tree546ffeee3b95ded723bc5ab4350c75360cabe8d0 /uzbl.c
parent96a449a2e1a486a7a24fd12e00bbf6b12a223f6a (diff)
deprecated comment
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uzbl.c b/uzbl.c
index 5b69c87..7893d38 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -63,7 +63,6 @@ const struct {
char *name;
void **ptr;
} var_name_to_ptr[] = {
- // Already working commands
{ "uri", (void *)&uzbl.state.uri },
{ "status_message", (void *)&uzbl.gui.sbar.msg },
{ "show_status", (void *)&uzbl.behave.show_status },