diff options
author | Cedric BAIL <cedric.bail@samsung.com> | 2013-03-12 20:09:10 +0900 |
---|---|---|
committer | Cedric BAIL <cedric.bail@samsung.com> | 2013-03-12 20:09:10 +0900 |
commit | f4ff9a1a3eda20f578357ef30bb661c707d5f028 (patch) | |
tree | cb369f46721b7d8eba2bac00cfc2ccea3c4cca1f /src/lib/evas/Evas.h | |
parent | e07a7ac891a7c3ad9451ce4a1de2f3fb50c01f92 (diff) |
evas: cleanup header in preparation for Eina_Cow.
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index 0c4699ec76..26d4e09d83 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h | |||
@@ -718,13 +718,6 @@ typedef struct _Evas_Public_Data Evas_Public_Data; | |||
718 | */ | 718 | */ |
719 | typedef Eo Evas_Object; | 719 | typedef Eo Evas_Object; |
720 | 720 | ||
721 | /** | ||
722 | * @typedef Evas_Object_Protected_Data | ||
723 | * Protected data for an Evas Object. | ||
724 | * @ingroup Evas_Object_Group | ||
725 | */ | ||
726 | typedef struct _Evas_Object_Protected_Data Evas_Object_Protected_Data; | ||
727 | |||
728 | typedef void Evas_Performance; /**< An Evas Performance handle */ | 721 | typedef void Evas_Performance; /**< An Evas Performance handle */ |
729 | typedef struct _Evas_Modifier Evas_Modifier; /**< An opaque type containing information on which modifier keys are registered in an Evas canvas */ | 722 | typedef struct _Evas_Modifier Evas_Modifier; /**< An opaque type containing information on which modifier keys are registered in an Evas canvas */ |
730 | typedef struct _Evas_Lock Evas_Lock; /**< An opaque type containing information on which lock keys are registered in an Evas canvas */ | 723 | typedef struct _Evas_Lock Evas_Lock; /**< An opaque type containing information on which lock keys are registered in an Evas canvas */ |