Remove vconf key define which moved to vconf internal package 57/37457/1 accepted/tizen/common/20150408.103103 accepted/tizen/mobile/20150403.075050 accepted/tizen/tv/20150402.122903 accepted/tizen/wearable/20150402.065346 submit/tizen_common/20150406.051135 submit/tizen_mobile/20150402.005016 submit/tizen_tv/20150401.081735 submit/tizen_wearable/20150401.070435
authorDongchul Lim <dc7.lim@samsung.com>
Fri, 27 Mar 2015 01:57:37 +0000 (10:57 +0900)
committerDongchul Lim <dc7.lim@samsung.com>
Fri, 27 Mar 2015 01:57:37 +0000 (10:57 +0900)
Change-Id: I2b4179d0936cd79bafe110846e0e8261ad93f091

src/main.c

index ce8cfd7..e04dc9f 100644 (file)
@@ -47,9 +47,6 @@
 #define DEFAULT_PLUGINS_PATH "/usr/lib/telephony/plugins/"
 #endif
 
-/* Internal vconf to maintain telephony load info (Number of times telephony daemon is loaded) */
-#define VCONFKEY_TELEPHONY_DAEMON_LOAD_COUNT "memory/private/telephony/daemon_load_count"
-
 #define NOTUSED(var) (var = var)
 
 static Server *_server = NULL;