bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=8e031a13147c481f738494184f75be23ad0e0d17

commit 8e031a13147c481f738494184f75be23ad0e0d17
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Sat Mar 5 20:00:56 2016 +0100

    remove duplicated typedef
    
    this is already defined in elm_layout.eo.h.
---
 src/lib/elm_layout_common.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/lib/elm_layout_common.h b/src/lib/elm_layout_common.h
index 5b53c65..165660c 100644
--- a/src/lib/elm_layout_common.h
+++ b/src/lib/elm_layout_common.h
@@ -5,12 +5,6 @@
  */
 
 /**
- * A layout part aliasing (proxying) description, used to get part
- * names aliasing independently of a widgets theme.
- */
-typedef struct _Elm_Layout_Part_Alias_Description 
Elm_Layout_Part_Alias_Description;
-
-/**
  * @def elm_layout_icon_set
  * Convenience macro to set the icon object in a layout that follows the
  * Elementary naming convention for its parts.

-- 


Reply via email to