Remove global variables 18/250918/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 5 Jan 2021 14:45:40 +0000 (23:45 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 5 Jan 2021 14:46:24 +0000 (23:46 +0900)
Change-Id: Ife643b1311ddf928f7a0a77bc64df003cbd23ad6
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/ise-emoticon-list.cpp
src/ise-stt-option.cpp

index d44b92d..6c8f61d 100644 (file)
@@ -816,7 +816,7 @@ int emoticon_list_5[EMOTICON_GROUP_5_NUM] = {
         0x1f50a
 };
 
-int * emoticon_list[] =
+static int * emoticon_list[] =
 {
     emoticon_list_1,
     emoticon_list_2,
index cb35e39..b0ba5d1 100644 (file)
@@ -39,7 +39,7 @@
 #define IMG_POPUP_BAR_SHADOW            RESDIR"/tv/images/img_popup_bar_shadow.png"
 #define OPTION_LAYOUT_EDJ               RESDIR"/edje/common/main_layout.edj"
 
-Eina_Bool g_setting_window_open_status = EINA_FALSE;
+static Eina_Bool g_setting_window_open_status = EINA_FALSE;
 
 static Evas_Object *radio_gp = NULL;
 static Evas_Object *g_setting_naviframe = NULL;