mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
remove duplicate #definition
This commit is contained in:
parent
0c146fb800
commit
c16595a34c
1 changed files with 0 additions and 6 deletions
|
@ -135,11 +135,5 @@ XP_U8* palm_realloc(XP_U8* in, XP_U16 size);
|
||||||
# define XP_UNUSED_IR(x) XP_UNUSED(x)
|
# define XP_UNUSED_IR(x) XP_UNUSED(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XWFEATURE_BLUETOOTH
|
|
||||||
# define XP_UNUSED_BT(x) x
|
|
||||||
#else
|
|
||||||
# define XP_UNUSED_BT(x) XP_UNUSED(x)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue