aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2009-07-18 02:30:55 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2009-07-18 02:30:55 -0600
commit928fc65c34e8360e7019f4181530377cc6374432 (patch)
treee5b0ec3963389ac1b54098af4c464fcc668a58af
parent187b76b94c8878709f0a88fd244e77858c1063e5 (diff)
parent771e50957142f9b366ae73e16594003544e6dbee (diff)
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean
-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;