diff options
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -35,9 +35,6 @@ #define CONF_COLOR_ALERT "alert_color" -#define IS_WHITESPACE(c) (c==' ' || c=='\t' || c=='\r' || c=='\n') - - static int str2bool(char *str) { |