1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Removed duplicate typedef

This commit is contained in:
James Booth 2016-03-28 15:44:03 +01:00
parent d39e48ba18
commit c6730783bf

View File

@ -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;