From dcdbd48015c6fe7c94ff26305a6022dec2f0166a Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 14 Nov 2001 22:15:55 +0000 Subject: #ifdef'ed out the LOCATION field for now, since it wasn't supported 2001-11-14 Damon Chaplin * gui/calendar-model.c: * cal-util/cal-component.h: #ifdef'ed out the LOCATION field for now, since it wasn't supported everywhere, or in the .etspec file. svn path=/trunk/; revision=14709 --- calendar/cal-util/cal-component.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/cal-util/cal-component.h') diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h index e308ff5cf7..ad2dac7e48 100644 --- a/calendar/cal-util/cal-component.h +++ b/calendar/cal-util/cal-component.h @@ -78,7 +78,9 @@ typedef enum { CAL_COMPONENT_FIELD_COLOR, /* not a real field */ CAL_COMPONENT_FIELD_STATUS, CAL_COMPONENT_FIELD_COMPONENT, /* not a real field */ +#if 0 CAL_COMPONENT_FIELD_LOCATION, +#endif CAL_COMPONENT_FIELD_NUM_FIELDS } CalComponentField; -- cgit