efl_ui_clock: remove unused signals
authorWooHyun Jung <wh0705.jung@samsung.com>
Wed, 11 Oct 2017 02:00:25 +0000 (11:00 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Wed, 11 Oct 2017 02:00:25 +0000 (11:00 +0900)
src/lib/elementary/efl_ui_clock.c

index 6a36883..1291f87 100644 (file)
@@ -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"