about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-03-28 15:44:03 +0100
committerJames Booth <boothj5@gmail.com>2016-03-28 15:44:03 +0100
commitc6730783bff0d98b7b290ec707e6f56aaa186128 (patch)
tree74a6359c5c59f28a0c0eb8ec91c7b3df6a96a126
parentd39e48ba1808463a3f8330ace6384d66d1b48100 (diff)
downloadprofani-tty-c6730783bff0d98b7b290ec707e6f56aaa186128.tar.gz
Removed duplicate typedef
-rw-r--r--src/xmpp/iq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index fd876604..67c8daaf 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -70,8 +70,6 @@ typedef struct p_room_info_data_t {
     gboolean display;
 } ProfRoomInfoData;
 
-typedef int(*ProfIdCallback)(xmpp_stanza_t *const stanza, void *const userdata);
-
 typedef struct p_id_handle_t {
     ProfIdCallback func;
     void *userdata;