aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf.c b/conf.c
index 1ea1fd971..12fc15a61 100644
--- a/conf.c
+++ b/conf.c
@@ -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)
{