- Removed unused list of obsolete relative dates.
This commit is contained in:
Paul Beckingham 2014-07-05 12:03:29 -04:00
parent 79fd38d3a8
commit 4a931868c1

View file

@ -41,46 +41,6 @@
#include <i18n.h>
#include <Context.h>
static const char* relatives[] =
{
STRING_DATE_SUNDAY_LONG,
STRING_DATE_MONDAY_LONG,
STRING_DATE_TUESDAY_LONG,
STRING_DATE_WEDNESDAY_LONG,
STRING_DATE_THURSDAY_LONG,
STRING_DATE_FRIDAY_LONG,
STRING_DATE_SATURDAY_LONG,
"today",
"tomorrow",
"yesterday",
"eow",
"eoww",
"eocw",
"eocm",
"eom",
"eoq",
"eoy",
"sow",
"soww",
"socw",
"socm",
"som",
"soq",
"soy",
"goodfriday",
"easter",
"eastermonday",
"ascension",
"pentecost",
"midsommar",
"midsommarafton",
"now",
"later",
"someday",
};
#define NUM_RELATIVES (sizeof (relatives) / sizeof (relatives[0]))
extern Context context;
////////////////////////////////////////////////////////////////////////////////