remove deprecated code related with
[framework/uifw/elementary.git] / src / lib / elm_calendar.c
index 040d156..482e384 100644 (file)
@@ -858,12 +858,6 @@ elm_calendar_min_max_year_get(const Evas_Object *obj, int *min, int *max)
    if (max) *max = wd->year_max + 1900;
 }
 
-EINA_DEPRECATED EAPI void
-elm_calendar_day_selection_enabled_set(Evas_Object *obj, Eina_Bool enabled)
-{
-   elm_calendar_day_selection_disabled_set(obj, !enabled);
-}
-
 EAPI void
 elm_calendar_day_selection_disabled_set(Evas_Object *obj, Eina_Bool disabled)
 {
@@ -877,12 +871,6 @@ elm_calendar_day_selection_disabled_set(Evas_Object *obj, Eina_Bool disabled)
      _unselect(wd, wd->selected_it);
 }
 
-EINA_DEPRECATED EAPI Eina_Bool
-elm_calendar_day_selection_enabled_get(const Evas_Object *obj)
-{
-   return (!elm_calendar_day_selection_disabled_get(obj));
-}
-
 EAPI Eina_Bool
 elm_calendar_day_selection_disabled_get(const Evas_Object *obj)
 {