소스 검색

Remove non-portable functions from config.def.h

Aaron Marcher 7 년 전
부모
커밋
97ef7c2a1d
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      config.def.h

+ 1 - 3
config.def.h

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