aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-21 23:15:02 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-21 23:21:28 -0700
commite660b9de3f4331ebf171735b40eb12105218b2d7 (patch)
tree56b13fa90303205fd1a8bc1c36b75a23ee8305b7 /src/uzbl-core.h
parentbb1153c9bc776d0c0dde44bcc055d40c7617a998 (diff)
set UZBL_UTIL_DIR in uzbl-browser, get rid of the scripts_util_dir variable
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 15f7299..5760423 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -274,9 +274,6 @@ void
close_uzbl (WebKitWebView *page, GArray *argv, GString *result);
gboolean
-uzbl_setup_environ();
-
-gboolean
run_command(const gchar *command, const guint npre,
const gchar **args, const gboolean sync, char **output_stdout);