Clean-up unused global_config.h
authorJihoon Chung <jihoon.chung@samsung.com>
Tue, 28 May 2013 01:17:48 +0000 (10:17 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Tue, 28 May 2013 01:53:53 +0000 (10:53 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove deprecated inline funtion regarding vconf
[SCMRequest] N/A

Change-Id: I303b8901f399dfd846261a647d81846b73b4acfd

modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h

index 3b9ca41..a1eeb36 100644 (file)
@@ -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