1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

core, irc: remove unused structs

This commit is contained in:
Simmo Saan
2017-06-03 15:50:00 +03:00
parent 55e7090cde
commit 2508f0acea
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -32,12 +32,6 @@ enum t_irc_msgbuffer_target
struct t_irc_server;
struct t_irc_msgbuffer
{
char *message; /* IRC message */
enum t_irc_msgbuffer_target target; /* target buffer */
};
extern struct t_gui_buffer *irc_msgbuffer_get_target_buffer (struct t_irc_server *server,
const char *nick,
const char *message,