summaryrefslogtreecommitdiff
path: root/gobex/gobex-packet.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-11-07 14:29:17 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:03 +0100
commit206f64d3ed64327f99247eccfe01aff050413996 (patch)
tree6cab4c04942a036a21ac9356c2b344e10cf0b5c9 /gobex/gobex-packet.h
parentbf8b55059e106e3ac3cf2c6053ae9027ec2eacc6 (diff)
downloadbluez-206f64d3ed64327f99247eccfe01aff050413996.tar.gz
gobex: remove extra define of G_OBEX_RSP_SUCCESS
Diffstat (limited to 'gobex/gobex-packet.h')
-rw-r--r--gobex/gobex-packet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gobex/gobex-packet.h b/gobex/gobex-packet.h
index 24c9dcc98..e4cea0b51 100644
--- a/gobex/gobex-packet.h
+++ b/gobex/gobex-packet.h
@@ -41,7 +41,6 @@
/* Response codes */
#define G_OBEX_RSP_CONTINUE 0x10
#define G_OBEX_RSP_SUCCESS 0x20
-#define G_OBEX_RSP_SUCCESS 0x20
#define G_OBEX_RSP_CREATED 0x21
#define G_OBEX_RSP_ACCEPTED 0x22
#define G_OBEX_RSP_NON_AUTHORITATIVE 0x23