mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Removed duplicate typedef
This commit is contained in:
parent
d39e48ba18
commit
c6730783bf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user