1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23: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
@@ -22,12 +22,6 @@
#include <time.h>
struct t_plugin_api_hdata
{
char *name; /* hdata name */
struct t_hdata *(*callback_get_hdata)(); /* callback to get hdata */
};
/* strings */
extern void plugin_api_charset_set (struct t_weechat_plugin *plugin,
const char *charset);