From c16595a34cfa83b50ffcee5d7a9398ec3fe0f392 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 15 Oct 2006 13:54:31 +0000 Subject: [PATCH] remove duplicate #definition --- palm/xptypes.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/palm/xptypes.h b/palm/xptypes.h index 72c19c19b..5a62cf876 100644 --- a/palm/xptypes.h +++ b/palm/xptypes.h @@ -135,11 +135,5 @@ XP_U8* palm_realloc(XP_U8* in, XP_U16 size); # define XP_UNUSED_IR(x) XP_UNUSED(x) #endif -#ifdef XWFEATURE_BLUETOOTH -# define XP_UNUSED_BT(x) x -#else -# define XP_UNUSED_BT(x) XP_UNUSED(x) -#endif - #endif