Remove non-portable functions from config.def.h

This commit is contained in:
Aaron Marcher 2018-04-16 19:09:07 +02:00
parent 8601c27264
commit 97ef7c2a1d
1 changed files with 1 additions and 3 deletions

View File

@ -51,7 +51,5 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
{ cpu_perc, "[CPU %3s%%] ", NULL },
{ ram_perc, "[RAM %2s%%] ", NULL },
{ datetime, "[ %s ]", "%F %T" },
{ datetime, "%s", "%F %T" },
};