aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--sampleconfig1
-rw-r--r--uzbl.c4
2 files changed, 1 insertions, 4 deletions
diff --git a/sampleconfig b/sampleconfig
index f40afe4..e318e49 100644
--- a/sampleconfig
+++ b/sampleconfig
@@ -1,3 +1,4 @@
+
# example uzbl config. in a real config, we should obey the xdg spec
# all keys in the behavior group are optional. if not set, the corresponding behavior is disabed.
diff --git a/uzbl.c b/uzbl.c
index 7499062..e7b7999 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -72,10 +72,6 @@ static struct command commands[256];
static int numcmds = 0;
static void
-parse_command(const char*);
-
-
-static void
parse_command(const char *command)
{
int i = 0;