mirror of
https://github.com/pikami/slstatus.git
synced 2026-06-10 14:27:21 +01:00
separator: kill that useless thing
Just use the format strings dude. :)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user