diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-07-31 11:26:19 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2018-07-31 11:26:19 -0400 |
commit | 8f352dedd05f03ea5e58468caaf8ecf237b5adf0 (patch) | |
tree | a79907972051f625415564e00983e9de256907b8 /src/lib/efl | |
parent | 3821b1409e8a4eb4409ac24cf69d1c6db59f135d (diff) |
efl_model: fix redefine warning
Summary:
The struct definition here is not needed as it will be redefined anyways
later in the efl_model.eo.h header.
Depends on D6705
Reviewers: zmike, #committers, lauromoura, felipealmeida
Reviewed By: zmike, #committers
Subscribers: cedric, #committers, zmike
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D6706
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl_Model_Common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/efl/Efl_Model_Common.h b/src/lib/efl/Efl_Model_Common.h index 8ed3858bbb..034d1170c1 100644 --- a/src/lib/efl/Efl_Model_Common.h +++ b/src/lib/efl/Efl_Model_Common.h | |||
@@ -12,11 +12,6 @@ EAPI extern Eina_Error EFL_MODEL_ERROR_INCORRECT_VALUE; | |||
12 | EAPI extern Eina_Error EFL_MODEL_ERROR_PERMISSION_DENIED; | 12 | EAPI extern Eina_Error EFL_MODEL_ERROR_PERMISSION_DENIED; |
13 | EAPI extern Eina_Error EFL_MODEL_ERROR_INVALID_OBJECT; /**< @since 1.19 */ | 13 | EAPI extern Eina_Error EFL_MODEL_ERROR_INVALID_OBJECT; /**< @since 1.19 */ |
14 | 14 | ||
15 | /** | ||
16 | * @struct Efl_Model_Children_Event | ||
17 | */ | ||
18 | typedef struct _Efl_Model_Children_Event Efl_Model_Children_Event; | ||
19 | |||
20 | #include "interfaces/efl_model.eo.h" | 15 | #include "interfaces/efl_model.eo.h" |
21 | 16 | ||
22 | EAPI int efl_model_init(void); | 17 | EAPI int efl_model_init(void); |