From cb4d68c079c17e86e1095783a2c67a17d84232f5 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 d6c15b9..a510018 100644 --- a/src/lib/elementary/efl_ui_widget.c +++ b/src/lib/elementary/efl_ui_widget.c @@ -31,9 +31,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) || \ -- 2.7.4