From 19b34fe6e86710347fbbe7c996eca3f6b0a3e56f Mon Sep 17 00:00:00 2001 From: drkhsh Date: Thu, 27 Oct 2022 22:14:20 +0200 Subject: separator: kill that useless thing Just use the format strings dude. :) --- components/separator.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 components/separator.c (limited to 'components') 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 - -#include "../util.h" -#include "../slstatus.h" - -const char * -separator(const char *separator) -{ - return separator; -} -- cgit v1.2.3