Remove unused vconf key
authorHyunwoo Kim <hw4444.kim@samsung.com>
Tue, 16 Apr 2013 13:40:15 +0000 (22:40 +0900)
committerHyunwoo Kim <hw4444.kim@samsung.com>
Wed, 17 Apr 2013 07:51:22 +0000 (16:51 +0900)
Change-Id: Ie8192eb7b3b5002feb40cb1d7226a82c8992169e

CMakeLists.txt
include/vconf-internal-keys.h
include/vconf-internal-radio-keys.h [deleted file]
include/vconf-internal-setting-keys.h

index b13df2f..04e54e3 100755 (executable)
@@ -51,7 +51,6 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-music-keys.h DESTINATIO
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-myfile-keys.h DESTINATION ${INCLUDEDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-nfc-keys.h DESTINATION ${INCLUDEDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-pwlock-keys.h DESTINATION ${INCLUDEDIR})
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-radio-keys.h DESTINATION ${INCLUDEDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-sat-keys.h DESTINATION ${INCLUDEDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-setting-keys.h        DESTINATION ${INCLUDEDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-sound-keys.h DESTINATION ${INCLUDEDIR})
index 1933926..3ff4844 100755 (executable)
@@ -70,7 +70,6 @@
 #include "vconf-internal-nfc-keys.h"
 #include "vconf-internal-pm-keys.h"
 #include "vconf-internal-pwlock-keys.h"
-#include "vconf-internal-radio-keys.h"
 #include "vconf-internal-sat-keys.h"
 #include "vconf-internal-setting-keys.h"
 #include "vconf-internal-sound-keys.h"
diff --git a/include/vconf-internal-radio-keys.h b/include/vconf-internal-radio-keys.h
deleted file mode 100755 (executable)
index 13ad806..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * vconf-internal-keys
- *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Hakjoo Ko <hakjoo.ko@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
-#ifndef __VCONF_INTERNAL_RADIO_KEYS_H__
-#define __VCONF_INTERNAL_RADIO_KEYS_H__
-
-/**
- * This file defines keys and values.
- *
- * @file        vconf-internal-radio-keys.h
- * @defgroup    vconf_internal_radio_key Definitions of internal shared Keys for Radio
- * @ingroup     vconf_internal_key
- * @author      hw4444.kim@samsung.com
- * @version     0.1
- * @brief       This file has the definitions of shared keys for Radio \n
- */
-
-/* ========================== Radio Keys & Values ============================ */
-/**
- * @addtogroup vconf_internal_radio_key
- * @{
- * @brief Radio Keys & Values\n
- *        Maintainer : hw4444.kim@samsung.com
- */
-
-/**
- * @brief The status of radio app for indicator
- *
- * VCONFKEY_RADIO_OFF : Radio off \n
- * VCONFKEY_RADIO_PLAY : Radio playing \n
- * VCONFKEY_RADIO_STOP : Radio stop
- */
-#define VCONFKEY_RADIO_STATE "memory/radio/state"
-enum {
-       VCONFKEY_RADIO_OFF = 0x00,
-       VCONFKEY_RADIO_PLAY,
-       VCONFKEY_RADIO_STOP,
-       VCONFKEY_RADIO_STATE_MAX
-};
-
-/**
- * @}
- */
-
-#endif /* __VCONF_INTERNAL_RADIO_KEYS_H__ */
-
index aabbf0c..4bc2aba 100755 (executable)
@@ -1035,14 +1035,6 @@ enum {
 #define VCONFKEY_SETAPPL_DEFAULT_MEM_VOICE_RECORDER_INT         VCONFKEY_SETAPPL_PREFIX"/default_memory/voice_recorder"
 
 /**
- * @brief default memory of FM radio
- *
- * 0 : Phone \n
- * 1 : Memory card \n
- */
-#define VCONFKEY_SETAPPL_DEFAULT_MEM_FM_RADIO_INT               VCONFKEY_SETAPPL_PREFIX"/default_memory/fm_radio"
-
-/**
  * @brief default memory of allshare
  *
  * 0 : Phone \n