diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2011-11-07 14:29:17 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-04 22:22:03 +0100 |
commit | 206f64d3ed64327f99247eccfe01aff050413996 (patch) | |
tree | 6cab4c04942a036a21ac9356c2b344e10cf0b5c9 /gobex | |
parent | bf8b55059e106e3ac3cf2c6053ae9027ec2eacc6 (diff) |
gobex: remove extra define of G_OBEX_RSP_SUCCESS
Diffstat (limited to 'gobex')
-rw-r--r-- | gobex/gobex-packet.h | 1 |
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 |