aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--uzbl.c1
-rw-r--r--uzbl.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/uzbl.c b/uzbl.c
index d16fa20..59e922d 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -477,7 +477,6 @@ clean_up(void) {
g_free(uzbl.state.keycmd);
g_hash_table_destroy(uzbl.bindings);
g_hash_table_destroy(uzbl.behave.commands);
- g_scanner_destroy(uzbl.scan);
}
/* used for html_mode_timeout
diff --git a/uzbl.h b/uzbl.h
index 61e214b..8ba5232 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -183,7 +183,6 @@ typedef struct {
Info info;
Window xwin;
- GScanner *scan;
/* group bindings: key -> action */
GHashTable* bindings;