aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-02 20:59:23 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-02 20:59:23 -0600
commit2f6fe6720ca69b58224bd5f45c9b47be9b7f8fbe (patch)
tree25b4199afbbd613271018ab3bcdf5ccc27cc0ea2 /src/uzbl-core.h
parent9bea9618424093c6d2cc93954f4cbdd0be4b7637 (diff)
get rid of read_file_by_line
config files no longer have to be read entirely into memory, and external javascript no longer does pointless reallocations
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 08fdce2..5466507 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -227,9 +227,6 @@ itos(int val);
gchar*
strfree(gchar *str);
-GArray*
-read_file_by_line (const gchar *path);
-
gchar*
parseenv (gchar* string);