aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-07-17 22:35:08 +0100
committerGravatar Tom Adams <tom@holizz.com>2009-07-17 22:35:27 +0100
commit7dc53b3c134d941362c63c79b9018b790a452714 (patch)
treea9b86e3b543cafd01b8af1891f14d7b018597f06
parent17f97643c15981752f867ed7b5ee7684157d5a08 (diff)
uzbl.scan RIP.
-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 7129bee..dfd61a6 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 e4a30a7..53c4d5a 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;