diff options
author | Christopher Michael <cp.michael@samsung.com> | 2020-01-09 09:17:28 -0500 |
---|---|---|
committer | Christopher Michael <cp.michael@samsung.com> | 2020-01-09 09:17:28 -0500 |
commit | 9488991ee5712bd1215e2f98ca005529152de772 (patch) | |
tree | 90bb0e40eb32f5aaf744a0610767b89f58a38f8f | |
parent | 1a02745a88eb863cad307f0ba9fd386594ce4e82 (diff) |
elementary: Add missing EINA_UNUSED for unused parameter
NB: This file is a mess wrt formatting
-rw-r--r-- | src/lib/elementary/efl_ui_textbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_textbox.c b/src/lib/elementary/efl_ui_textbox.c index ea26e3ce0b..728c060adb 100644 --- a/src/lib/elementary/efl_ui_textbox.c +++ b/src/lib/elementary/efl_ui_textbox.c | |||
@@ -561,7 +561,7 @@ _dnd_enter_cb(void *data EINA_UNUSED, | |||
561 | 561 | ||
562 | static void | 562 | static void |
563 | _dnd_leave_cb(void *data EINA_UNUSED, | 563 | _dnd_leave_cb(void *data EINA_UNUSED, |
564 | Evas_Object *obj) | 564 | Evas_Object *obj EINA_UNUSED) |
565 | { | 565 | { |
566 | } | 566 | } |
567 | 567 | ||