summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAli H. Fardan <raiz@firemail.cc>2016-09-03 21:43:05 +0300
committerAli H. Fardan <raiz@firemail.cc>2016-09-03 21:43:05 +0300
commitde4f20ace35037a510aafcf49a3d78637d7248b6 (patch)
tree9a1b570d7af25a16a656a824dcc6577b8b774a4d /config.def.h
parentb650c438f0dc049d98e339e66eeffd7650774a5d (diff)
removed UPDATE_INTERVAL, it is neat to have it but removing it is a tradeoff worth making, because the clock would act weird if this used to work with cpu_perc().
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 011acc7..ded771a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,9 +8,6 @@
#define BATTERY_NOW "energy_now"
#define BATTERY_FULL "energy_full_design"
-/* bar update interval in seconds (smallest value = 1) */
-#define UPDATE_INTERVAL 1
-
/* text to show if no value can be retrieved */
#define UNKNOWN_STR "n/a"