Remove SAP_BUF_SIZE define from sap/server.c

It is already defined in sap/sap.h which is included by sap/server.c.
This commit is contained in:
Szymon Janc 2011-06-08 12:21:57 +02:00 committed by Johan Hedberg
parent 4866561a97
commit d3750509b3

View File

@ -48,7 +48,6 @@
#define SAP_SERVER_INTERFACE "org.bluez.SimAccess"
#define SAP_UUID "0000112D-0000-1000-8000-00805F9B34FB"
#define SAP_SERVER_CHANNEL 8
#define SAP_BUF_SIZE 512
#define PADDING4(x) (4 - (x & 0x03))
#define PARAMETER_SIZE(x) (sizeof(struct sap_parameter) + x + PADDING4(x))