aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-21 23:25:17 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-21 23:25:17 -0700
commit2fbd3ecfd2697f5883228c1ff8ddae65a5e48322 (patch)
tree5340c0d3912c2cda2b5d481070d86bd4b61652df /src/uzbl-core.h
parentf140884503c05d20bbd88114a1f1f10b6de067ef (diff)
parente660b9de3f4331ebf171735b40eb12105218b2d7 (diff)
Merge branch 'dev/cleanup-scripts'
Conflicts: src/uzbl-browser
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 33dfb01..b5a502e 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -262,9 +262,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);