uzbl.scan RIP.
authorTom Adams <tom@holizz.com>
Fri, 17 Jul 2009 21:35:08 +0000 (22:35 +0100)
committerTom Adams <tom@holizz.com>
Fri, 17 Jul 2009 21:35:27 +0000 (22:35 +0100)
uzbl.c
uzbl.h

diff --git a/uzbl.c b/uzbl.c
index 7129bee..dfd61a6 100644 (file)
--- 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 (file)
--- a/uzbl.h
+++ b/uzbl.h
@@ -183,7 +183,6 @@ typedef struct {
     Info          info;
 
     Window        xwin;
-    GScanner      *scan;
 
     /* group bindings: key -> action */
     GHashTable* bindings;