diff options
Diffstat (limited to 'calendar/gui/prop.c')
-rw-r--r-- | calendar/gui/prop.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/calendar/gui/prop.c b/calendar/gui/prop.c index f08280b69d..cd89e19d58 100644 --- a/calendar/gui/prop.c +++ b/calendar/gui/prop.c @@ -864,12 +864,12 @@ create_alarm_page (void) FALSE, prop_changed); */ } + +#if 0 -#if 0 static void prop_store_alarm_default_values (CalendarAlarm* alarm) { -#warning "FIX ME" // ee_store_alarm (alarm, alarm->type); switch (alarm->type) { @@ -895,9 +895,7 @@ prop_store_alarm_default_values (CalendarAlarm* alarm) gnome_config_pop_prefix (); gnome_config_sync (); } -#endif -#if 0 static void prop_apply_alarms () { |