From 7dc53b3c134d941362c63c79b9018b790a452714 Mon Sep 17 00:00:00 2001 From: Tom Adams Date: Fri, 17 Jul 2009 22:35:08 +0100 Subject: [PATCH] uzbl.scan RIP. --- uzbl.c | 1 - uzbl.h | 1 - 2 files changed, 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; -- 1.7.9.5