From 7070a2ff58b9e7b44efa6bfa80890da0b2d3811b Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Fri, 3 Jul 2015 14:24:15 +0900 Subject: [PATCH] remove ecore_x symbols from system-settings Change-Id: I6b9d900f271bacf027446b0ac36abf87cdb513da --- src/system_setting_platform.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.7.4