Remove unused code 11/251011/1
authorMinje Ahn <minje.ahn@samsung.com>
Wed, 6 Jan 2021 23:39:00 +0000 (08:39 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Wed, 6 Jan 2021 23:39:00 +0000 (08:39 +0900)
Change-Id: I94a193c001f961c4f200af3d67541f8b42ecbaee
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
utils/mm_file_util_locale.c

index fcfbc4f..8c372fc 100755 (executable)
 #include <string.h>
 #include <vconf.h>
 
-#ifdef GCONF_SUPPORT
-#include <gconf/gconf-client.h>
-#endif
-
 #include "mm_file_debug.h"
 #include "mm_file_utils.h"
 
-/* This macro is the same with global-gconf.h */
-#define MMFILE_LANGUAGETYPE_REPOSITORY      "/Apps/Settings/language_type"
 typedef enum {
        MMFILE_LANGUAGE_ENGLISH = 0x00, /**<Language - English*/
        MMFILE_LANGUAGE_GERMAN,                 /**<Language - German*/
@@ -80,7 +74,7 @@ static mmf_locale_info_s g_locale_map[MMFILE_LANGUAGE_MAX] = {
 };
 
 
-char *MMFileUtilGetLocale()
+char *MMFileUtilGetLocale(void)
 {
        char *lang = NULL;
        int idx = 0;