From 1754594bc7b6b659502089277aaa776efda6354c Mon Sep 17 00:00:00 2001 From: Jihoon Chung Date: Tue, 28 May 2013 10:17:48 +0900 Subject: [PATCH] Clean-up unused global_config.h [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] Remove deprecated inline funtion regarding vconf [SCMRequest] N/A Change-Id: I303b8901f399dfd846261a647d81846b73b4acfd --- .../include/dpl/wrt-dao-ro/global_config.h | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h index 3b9ca41..a1eeb36 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h @@ -284,36 +284,6 @@ inline const char* GetTempInstallInfoPath() { return "/opt/share/widget/temp_info"; } - -inline const char* GetVconfKeyPrefixPath() -{ - return "file/private"; -} - -inline const char* GetVconfKeyPopupUsagePath() -{ - return "/popup_usage"; -} - -inline const char* GetVconfKeyGeolocationUsagePath() -{ - return "/geolocation_usage"; -} - -inline const char* GetVconfKeyWebNotificationUsagePath() -{ - return "/web_notification_usage"; -} - -inline const char* GetVconfKeyWebDatabaseUsagePath() -{ - return "/web_database_usage"; -} - -inline const char* GetVconfKeyMemorySavingModePath() -{ - return "/memory_saving_mode"; -} } // namespace GlobalConfig } // namespace WrtDB -- 2.7.4