diff options
Diffstat (limited to 'components/separator.c')
-rw-r--r-- | components/separator.c | 11 |
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; -} |