diff options
author | Aaron Marcher <info@nulltime.net> | 2016-09-13 21:08:44 +0200 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-09-13 21:08:44 +0200 |
commit | 87c1377b08a9001a16943942e9d67458d8d19c33 (patch) | |
tree | 73bbc23b91fee7fdf629619092cbe66d8340bdd0 /config.def.h | |
parent | 74b6e340f2be27f82b4dcfc95fab47cbc0a5843b (diff) |
simplified vol_perc() (and with that config.def.h is super clean)
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 8cf8e56..a445aa7 100644 --- a/config.def.h +++ b/config.def.h @@ -1,8 +1,5 @@ /* See LICENSE file for copyright and license details. */ -/* alsa sound */ -#define ALSA_CHANNEL "Master" - /* how often to update the statusbar (min value == 1) */ #define UPDATE_INTERVAL 1 |