summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-03-05 20:00:56 +0100
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-03-05 20:00:56 +0100
commit8e031a13147c481f738494184f75be23ad0e0d17 (patch)
treeebc6ace25f1a903cde1fe5dc37ab07ab1fcb9f17
parentb613a3d63ac510679c6383308f672c4a993b2fea (diff)
downloadelementary-8e031a13147c481f738494184f75be23ad0e0d17.tar.gz
remove duplicated typedef
this is already defined in elm_layout.eo.h.
-rw-r--r--src/lib/elm_layout_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/elm_layout_common.h b/src/lib/elm_layout_common.h
index 5b53c655e..165660c43 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.