summaryrefslogtreecommitdiff
path: root/components/separator.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/separator.c')
-rw-r--r--components/separator.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/components/separator.c b/components/separator.c
deleted file mode 100644
index 39a594a..0000000
--- a/components/separator.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-#include <stdio.h>
-
-#include "../util.h"
-#include "../slstatus.h"
-
-const char *
-separator(const char *separator)
-{
- return separator;
-}