Fix elm_layout convenience macros
authorBruno Dilly <bdilly@profusion.mobi>
Wed, 17 Nov 2010 18:51:43 +0000 (18:51 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Wed, 17 Nov 2010 18:51:43 +0000 (18:51 +0000)
SVN revision: 54648

src/lib/Elementary.h.in

index 9594917842f1eed83fcd8012fd2d14dff3be99af..b1078b1d4246cc25573649e6dfad011127ebbfa1 100644 (file)
@@ -940,8 +940,8 @@ extern "C" {
  *
  * @ingroup Layout
  */
-#define elm_layout_icon_get(_ly, _obj) \
-  elm_layout_content_get((_ly), "elm.swallow.icon", (_obj))
+#define elm_layout_icon_get(_ly) \
+  elm_layout_content_get((_ly), "elm.swallow.icon")
 
 /**
  * @def elm_layout_end_set
@@ -968,8 +968,8 @@ extern "C" {
  *
  * @ingroup Layout
  */
-#define elm_layout_end_get(_ly, _obj) \
-  elm_layout_content_get((_ly), "elm.swallow.end", (_obj))
+#define elm_layout_end_get(_ly) \
+  elm_layout_content_get((_ly), "elm.swallow.end")
 
 /**
  * @def elm_layout_label_set