Remove duplicate macro definitions.

This commit is contained in:
Markus Armbruster 2004-03-01 14:10:11 +00:00
parent e1cb606dab
commit bbeab716f4

View file

@ -99,11 +99,6 @@ kw_find(s_char *name)
return 0;
}
#define CF_VALUE 1
#define CF_TIME 2
#define CF_TIMERANGE 3
#define CF_WEEKDAY 4
/*
* destructive parse
*/