summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2010-12-19 11:08:50 +0100
committerportix <portix@gmx.net>2010-12-19 11:08:50 +0100
commit7125eacb3004631226c3547c9aeb600483d02a51 (patch)
treef056fa1bd3d96036bc5926c8cd1de035c0d86d06 /src/util.c
parentee5240eccbd7c7e4707ec344a9d7607ca20ab72b (diff)
downloaddwb-7125eacb3004631226c3547c9aeb600483d02a51.zip
don't free settings-hashtable values with explicit function
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util.c b/src/util.c
index ac57b911..b963bac7 100644
--- a/src/util.c
+++ b/src/util.c
@@ -389,14 +389,6 @@ dwb_quickmark_free(Quickmark *q) {
}/*}}}*/
/*}}}*/
-void
-dwb_web_settings_free(WebSettings *s) {
- if (s->type == Char || s->type == ColorChar) {
- FREE(s->arg.p);
- }
- FREE(s);
-}
-
/* dwb_true, dwb_false {{{*/
gboolean
dwb_false() {