From 9c9278cd458422b73a3016ba056c0267d3d65bfb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 1 Nov 2017 22:42:04 +0900 Subject: cxx: Fix a few examples - Calendar: Some examples can't be ported. Not good. - Toolbar: Needs the new API to be completed. - Clock: Crashes at runtime. Ping @felipealmeida --- src/lib/elementary/efl_ui_calendar.eo | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/elementary') diff --git a/src/lib/elementary/efl_ui_calendar.eo b/src/lib/elementary/efl_ui_calendar.eo index f1afa05f04..43d4508516 100644 --- a/src/lib/elementary/efl_ui_calendar.eo +++ b/src/lib/elementary/efl_ui_calendar.eo @@ -1,7 +1,5 @@ import efl_types; -type Efl_Ui_Calendar_Format_Cb: __undefined_type; [[Elementary calendar format callback type]] - enum Efl.Ui.Calendar.Weekday { [[A weekday -- cgit v1.2.1