separator: kill that useless thing

Just use the format strings dude. :)
This commit is contained in:
drkhsh
2022-10-27 22:14:20 +02:00
parent 0c2b3e5b5c
commit c46c1487a9
4 changed files with 0 additions and 16 deletions

View File

@ -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;
}