aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-30 20:20:02 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-30 20:32:20 -0700
commite1bff5432860622327dc8d81b8f9ef374588c5cb (patch)
tree485e97a0fe881b25003630766656961b2109a1f2 /src/uzbl-core.h
parent212ab31b4b3161995968a312546e156cafa4e8d1 (diff)
remove parseenv().
it's not documented, it doesn't do anything that @(echo $X)@ can't, and it's not very efficient (it iterates through the entire environment every time an event is sent)
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index b5a502e..6c926c6 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -228,9 +228,6 @@ itos(int val);
gchar*
strfree(gchar *str);
-gchar*
-parseenv (gchar* string);
-
void
clean_up(void);