From: MyoungJune Park Date: Fri, 3 Jul 2015 05:24:15 +0000 (+0900) Subject: remove ecore_x symbols from system-settings X-Git-Tag: submit/tizen/20150702.103311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7070a2ff58b9e7b44efa6bfa80890da0b2d3811b;p=platform%2Fcore%2Fapi%2Fsystem-settings.git remove ecore_x symbols from system-settings Change-Id: I6b9d900f271bacf027446b0ac36abf87cdb513da --- diff --git a/src/system_setting_platform.c b/src/system_setting_platform.c index 176b4c8..88e941d 100644 --- a/src/system_setting_platform.c +++ b/src/system_setting_platform.c @@ -1078,10 +1078,12 @@ static char *_get_cur_font() static void font_config_set_notification() { +#if 0 /* notification */ Ecore_X_Window ecore_win = ecore_x_window_root_first_get(); Ecore_X_Atom atom = ecore_x_atom_get("FONT_TYPE_change"); ecore_x_window_prop_string_set(ecore_win, atom, "tizen"); +#endif } int __is_available_font(char *font_name)