diff options
-rw-r--r-- | doc/dwb.1 | 1 | ||||
-rw-r--r-- | src/dwb.c | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -2015,7 +2015,6 @@ the variables .IR DWB_PROFILE , .IR DWB_NUMMOD , .IR DWB_ARGUMENT , -.IR DWB_HTML_CONTENT , .IR DWB_REFERER , and .I DWB_USER_AGENT @@ -2469,9 +2469,6 @@ dwb_execute_user_script(KeyMap *km, Arg *a) { list = g_slist_append(list, dwb_navigation_new("DWB_NUMMOD", nummod)); list = g_slist_append(list, dwb_navigation_new("DWB_ARGUMENT", a->p)); - const char *raw_data = dwb_get_raw_data(dwb.state.fview); - list = g_slist_append(list, dwb_navigation_new("DWB_HTML_CONTENT", raw_data == NULL ? "" : raw_data)); - const char *referer = soup_get_header(dwb.state.fview, "Referer"); if (referer != NULL) list = g_slist_append(list, dwb_navigation_new("DWB_REFERER", referer)); |