summaryrefslogtreecommitdiff
path: root/include/app_preference_internal.h
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2015-08-10 21:59:26 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2015-08-10 21:59:26 +0900
commit070f1a0971f7e15f24a8226cfda1356f2004acf7 (patch)
tree734854af15e1695f868e1872440351ee0f379708 /include/app_preference_internal.h
parent0c228ce392d1ccd898788c57afaf623c2316f46c (diff)
downloadapplication-070f1a0971f7e15f24a8226cfda1356f2004acf7.tar.gz
application-070f1a0971f7e15f24a8226cfda1356f2004acf7.tar.bz2
application-070f1a0971f7e15f24a8226cfda1356f2004acf7.zip
To fix error handling for _preference_get_key_name func.submit/tizen/20150811.103743
Change-Id: I2d7c49f8f06764f88203997486052f8b8d272830 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'include/app_preference_internal.h')
-rw-r--r--include/app_preference_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/app_preference_internal.h b/include/app_preference_internal.h
index 1092753..cb670fe 100644
--- a/include/app_preference_internal.h
+++ b/include/app_preference_internal.h
@@ -57,11 +57,6 @@ extern "C" {
#define PREFERENCE_ERROR_WRONG_TYPE -3
/**
- * @brief Definition for PREFERENCE_ERROR_OUT_OF_MEMORY.
- */
-#define PREFERENCE_ERROR_OUT_OF_MEMORY -12
-
-/**
* @brief Definition for PREFERENCE_ERROR_FILE_OPEN.
*/
#define PREFERENCE_ERROR_FILE_OPEN -21