woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3e2f727d47a2d25b2d6226d7d00ab1f371e205c1

commit 3e2f727d47a2d25b2d6226d7d00ab1f371e205c1
Author: WooHyun Jung <wh0705.j...@samsung.com>
Date:   Wed Oct 11 11:00:25 2017 +0900

    efl_ui_clock: remove unused signals
---
 src/lib/elementary/efl_ui_clock.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elementary/efl_ui_clock.c 
b/src/lib/elementary/efl_ui_clock.c
index 6a36883a20..1291f87eea 100644
--- a/src/lib/elementary/efl_ui_clock.c
+++ b/src/lib/elementary/efl_ui_clock.c
@@ -31,8 +31,6 @@
  * EFL_UI_CLOCK_TYPE_COUNT are in the valid range, and must get in the
  * place of "%d".
  */
-#define EDC_CLOCK_FOCUSIN_SIG_STR   "elm,action,focus"
-#define EDC_CLOCK_FOCUSOUT_SIG_STR  "elm,action,unfocus"
 #define EDC_PART_FIELD_STR             "field%d"
 #define EDC_PART_SEPARATOR_STR         "separator%d"
 #define EDC_PART_FIELD_ENABLE_SIG_STR  "field%d,enable"

-- 


Reply via email to