瀏覽代碼

removed vol function from the default config file

Ali H. Fardan 9 年之前
父節點
當前提交
b800eb21a3
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      config.def.h

+ 0 - 1
config.def.h

@@ -43,7 +43,6 @@ static const struct arg args[] = {
 	/* function	format			argument */
 	{ cpu_perc,	"[ CPU %4s ]",		NULL },
 	{ ram_perc,	"[ Mem %3s ]",		NULL },
-	{ vol_perc,	"[ Volume %4s ]",	"default" },
 	{ disk_perc,	"[ HDD %3s ]",		"/" },
 	{ datetime,	"[ %s ]",		"%F %T" },
 };