projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a4a12
)
Removed dead code #393.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 11 May 2017 12:55:32 +0000
(14:55 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 11 May 2017 12:55:32 +0000
(14:55 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
22c6a8c
..
b6952c4
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-1158,7
+1158,6
@@
static gboolean on_webview_decide_policy(WebKitWebView *webview,
return FALSE;
case WEBKIT_POLICY_DECISION_TYPE_RESPONSE:
- req = webkit_response_policy_decision_get_request(WEBKIT_RESPONSE_POLICY_DECISION(dec));
res = webkit_response_policy_decision_get_response(WEBKIT_RESPONSE_POLICY_DECISION(dec));
status = webkit_uri_response_get_status_code(res);