From 04ea00521885259c5dfcfd7ffa6e26d2205549d1 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Mar 2019 08:33:01 -0400 Subject: [PATCH] efl_ui_widget: Remove duplicate definition of ELM_WIDGET_DATA_GET Patch 28400e3260b3c6af56ce6b added a define for ELM_WIDGET_DATA_GET which is available for all widgets so we do not need to redefine it here. --- src/lib/elementary/efl_ui_widget.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/elementary/efl_ui_widget.c b/src/lib/elementary/efl_ui_widget.c index ca2b975954..11f0cc30a1 100644 --- a/src/lib/elementary/efl_ui_widget.c +++ b/src/lib/elementary/efl_ui_widget.c @@ -30,9 +30,6 @@ #define MY_CLASS_NAME "Efl_Ui_Widget" #define MY_CLASS_NAME_LEGACY "elm_widget" -#define ELM_WIDGET_DATA_GET(o, wd) \ - Elm_Widget_Smart_Data *wd = efl_data_scope_get(o, MY_CLASS) - #define API_ENTRY \ Elm_Widget_Smart_Data *sd = NULL; \ if (!_elm_widget_is(obj) || \