From: Jihoon Kim Date: Thu, 7 Apr 2016 10:29:42 +0000 (+0900) Subject: Fix build warning in no notifcation environment X-Git-Tag: accepted/tizen/common/20160407.133248~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b3bc0c23a275e091178d2e85f0d7890233a6f51;p=platform%2Fcore%2Fuifw%2Fisf.git Fix build warning in no notifcation environment isf_panel_efl.cpp:4241:21: warning: 'get_ise_count(scim::TOOLBAR_MODE_T, bool)' defined but not used [-Wunused-function] Change-Id: Id01b00821bb399b52576d07d606e884061e09076 --- diff --git a/ism/extras/efl_panel/isf_panel_efl.cpp b/ism/extras/efl_panel/isf_panel_efl.cpp index a93b544..94cb06e 100644 --- a/ism/extras/efl_panel/isf_panel_efl.cpp +++ b/ism/extras/efl_panel/isf_panel_efl.cpp @@ -4238,6 +4238,7 @@ static void slot_set_candidate_style (int portrait_line, int mode) } } +#if defined(HAVE_NOTIFICATION) || defined(HAVE_ECOREX) static unsigned int get_ise_count (TOOLBAR_MODE_T mode, bool valid_helper) { unsigned int ise_count = 0; @@ -4252,6 +4253,7 @@ static unsigned int get_ise_count (TOOLBAR_MODE_T mode, bool valid_helper) return ise_count; } +#endif /** * @brief Update keyboard ISE information slot function for PanelAgent.