1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

gui, buflist: remove declared but undefined functions

This commit is contained in:
Simmo Saan
2017-06-03 15:04:50 +03:00
parent 90936d8478
commit e5f67894be
4 changed files with 0 additions and 6 deletions
-1
View File
@@ -33,7 +33,6 @@ extern struct t_hdata *buflist_hdata_hotlist;
extern void buflist_add_bar ();
extern void buflist_buffer_get_irc_pointers(struct t_gui_buffer *buffer,
void **irc_server, void **irc_channel);
extern struct t_gui_hotlist *buflist_search_hotlist_for_buffer (struct t_gui_buffer *buffer);
extern struct t_arraylist *buflist_sort_buffers ();
#endif /* WEECHAT_BUFLIST_H */