From ecd5269bdf1aea9c138852e63d64e217eca5da9c Mon Sep 17 00:00:00 2001 From: Slawomir Bochenski Date: Thu, 19 Jan 2012 18:01:53 +0100 Subject: [PATCH] obexd: map_ap.h: Remove MAP_AP_INVALID Due to the change in MAP AP definitions resolving, there is no need for guard value. --- obexd/src/map_ap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/obexd/src/map_ap.h b/obexd/src/map_ap.h index c0fb79a3b..24254afbb 100644 --- a/obexd/src/map_ap.h +++ b/obexd/src/map_ap.h @@ -51,7 +51,6 @@ enum map_ap_tag { MAP_AP_STATUSINDICATOR = 0x17, /* uint8_t */ MAP_AP_STATUSVALUE = 0x18, /* uint8_t */ MAP_AP_MSETIME = 0x19, /* char * */ - MAP_AP_INVALID = 0x100, }; /* Data type representing MAP application parameters. Consider opaque. */ -- 2.47.3