aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2009-07-08 22:44:51 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2009-07-08 22:44:51 -0600
commita65f797d1d8b01c09d0a545f53c02688aef952b6 (patch)
tree72178c7afa3710e172eb54131c1c9e87bf28454c
parent443fd2cffcf4608db9212b87f0519c2e999aff02 (diff)
undef the expand_template symbols that i deleted
-rw-r--r--uzbl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/uzbl.h b/uzbl.h
index 2672c25..1899618 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -24,14 +24,8 @@ const struct {
guint symbol_token;
} symbols[] = {
{"NAME", SYM_NAME},
- {"URI", SYM_URI},
- {"TITLE", SYM_TITLE},
- {"SELECTED_URI", SYM_SELECTED_URI},
{"KEYCMD", SYM_KEYCMD},
{"MODE", SYM_MODE},
- {"MSG", SYM_MSG},
- {"LOAD_PROGRESS", SYM_LOADPRGS},
- {"LOAD_PROGRESSBAR", SYM_LOADPRGSBAR},
{NULL, 0}
}, *symp = symbols;