aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2010-03-01 13:08:57 +0100
committerGravatar Rob <rob.manea@gmail.com>2010-03-01 13:08:57 +0100
commita58124ed09bae578608670e71a167c78fe7b4157 (patch)
treec0c8743c0f044d3c0a9019fcec0a27025db2ab35 /src/uzbl-core.c
parent71b5ffdc987f4e4d8431093d4b22fd8024124770 (diff)
get rid of obsolete download_handler
Diffstat (limited to 'src/uzbl-core.c')
-rw-r--r--src/uzbl-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uzbl-core.c b/src/uzbl-core.c
index b63f188..6d90d09 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -98,7 +98,6 @@ const struct var_name_to_ptr_t {
{ "title_format_short", PTR_V_STR(uzbl.behave.title_format_short, 1, NULL)},
{ "icon", PTR_V_STR(uzbl.gui.icon, 1, set_icon)},
{ "forward_keys", PTR_V_INT(uzbl.behave.forward_keys, 1, NULL)},
- { "download_handler", PTR_V_STR(uzbl.behave.download_handler, 1, NULL)},
{ "cookie_handler", PTR_V_STR(uzbl.behave.cookie_handler, 1, NULL)},
{ "authentication_handler", PTR_V_STR(uzbl.behave.authentication_handler, 1, set_authentication_handler)},
{ "new_window", PTR_V_STR(uzbl.behave.new_window, 1, NULL)},