summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorRobert Timm <mail@rtti.de>2016-09-29 17:35:29 +0200
committerRobert Timm <mail@rtti.de>2016-10-12 23:28:53 +0700
commita4a6b0ff689c13e954552bbe9ba8fd7c822d449f (patch)
tree6373a0723f593a591aaa066c3376e45a2a115157 /src/main.h
parenta1f982e56162dc04facd6993116a5165b1f0d031 (diff)
Implements download path and tracking
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index c1e925e..a4c7d7f 100644
--- a/src/main.h
+++ b/src/main.h
@@ -213,7 +213,7 @@ struct Client {
struct Statusbar statusbar;
void *comp; /* pointer to data used in completion.c */
Mode *mode; /* current active browser mode */
- WebKitWebContext *webctx;
+ /* WebKitWebContext *webctx; */ /* not used atm, use webkit_web_context_get_default() instead */
GtkWidget *window, *input;
WebKitWebView *webview;
guint64 page_id; /* page id of the webview */