From 96ad9d9fa18e06b7c027d74afdb475373803ee62 Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Tue, 12 Dec 2017 16:06:11 +0900 Subject: [PATCH] Remove unnecessary macro Signed-off-by: Seungha Son Change-Id: I25ebfed9130f48a965c574fe4553dff88a8ba1b5 --- src/notification_db_query.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notification_db_query.h b/src/notification_db_query.h index ef11a45..07c79d7 100755 --- a/src/notification_db_query.h +++ b/src/notification_db_query.h @@ -14,7 +14,6 @@ * limitations under the License. */ -#define NOTIFICATION_DB_NAME ".notification.db" #define NOTIFICATION_SETTING_DB_TABLE "notification_setting" #define NOTIFICATION_SYSTEM_SETTING_DB_TABLE "notification_system_setting" #define NOTIFICATION_DND_ALLOW_EXCEPTION "dnd_allow_exception" -- 2.7.4