From d8e02b82ba0c5ddc92673f06a5d78d641cf4ed3c Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Thu, 19 Sep 2019 14:25:27 +0900 Subject: [PATCH] Remove Tizen error macro Change-Id: I65fa0f5b63895630e601c7a72581f71d0933ddce Signed-off-by: Kichan Kwon --- include/battery_monitor.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/battery_monitor.h b/include/battery_monitor.h index 018ff28..99c0913 100644 --- a/include/battery_monitor.h +++ b/include/battery_monitor.h @@ -29,11 +29,6 @@ extern "C" { * @{ */ -// TODO : this macro will be moved to the tizen_error.h -#ifndef TIZEN_ERROR_BATTERY_MONITOR -#define TIZEN_ERROR_BATTERY_MONITOR -0x03060000 -#endif - /** * @brief Enumeration for battery monitor error codes. * @since_tizen 5.5 -- 2.34.1