From 8f352dedd05f03ea5e58468caaf8ecf237b5adf0 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 31 Jul 2018 11:26:19 -0400 Subject: [PATCH] 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 --- src/lib/efl/Efl_Model_Common.h | 5 ----- 1 file changed, 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; EAPI extern Eina_Error EFL_MODEL_ERROR_PERMISSION_DENIED; EAPI extern Eina_Error EFL_MODEL_ERROR_INVALID_OBJECT; /**< @since 1.19 */ -/** - * @struct Efl_Model_Children_Event - */ -typedef struct _Efl_Model_Children_Event Efl_Model_Children_Event; - #include "interfaces/efl_model.eo.h" EAPI int efl_model_init(void);