From 206f64d3ed64327f99247eccfe01aff050413996 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 7 Nov 2011 14:29:17 +0200 Subject: [PATCH] gobex: remove extra define of G_OBEX_RSP_SUCCESS --- gobex/gobex-packet.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3