remove ecore_x symbols from system-settings 40/42840/1 submit/tizen/20150702.103311
authorMyoungJune Park <mj2004.park@samsung.com>
Fri, 3 Jul 2015 05:24:15 +0000 (14:24 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Fri, 3 Jul 2015 05:24:15 +0000 (14:24 +0900)
Change-Id: I6b9d900f271bacf027446b0ac36abf87cdb513da

src/system_setting_platform.c

index 176b4c8..88e941d 100644 (file)
@@ -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)