diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 303a4b4ef8..1864fb8ade 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -323,8 +323,6 @@ typedef struct _Evas_Native_Surface Evas_Native_Surface; /**< A generic datatype */ typedef struct _Evas_Video_Surface Evas_Video_Surface; -typedef unsigned long long Evas_Modifier_Mask; /**< An Evas modifier mask type */ - typedef int Evas_Font_Size; /**< A type for font size */ typedef int Evas_Angle; /**< A type for angle */ @@ -383,14 +381,6 @@ struct _Evas_Precision_Position /** A position with precision*/ Evas_Coord_Precision_Point canvas; /**< position on the canvas */ }; -typedef enum _Evas_Display_Mode -{ - EVAS_DISPLAY_MODE_NONE = 0, /**