mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
gui, buflist: remove declared but undefined functions
This commit is contained in:
@@ -105,7 +105,5 @@ extern const char *gui_chat_string_next_char (struct t_gui_window *window,
|
||||
int apply_style_inactive,
|
||||
int nick_offline);
|
||||
extern void gui_chat_draw (struct t_gui_buffer *buffer, int clear_chat);
|
||||
extern void gui_chat_draw_line (struct t_gui_buffer *buffer,
|
||||
struct t_gui_line *line);
|
||||
|
||||
#endif /* WEECHAT_GUI_CHAT_H */
|
||||
|
||||
@@ -129,7 +129,5 @@ extern int gui_layout_window_add_to_infolist (struct t_infolist *infolist,
|
||||
extern int gui_layout_add_to_infolist (struct t_infolist *infolist,
|
||||
struct t_gui_layout *layout);
|
||||
extern void gui_layout_print_log ();
|
||||
extern void gui_layout_init ();
|
||||
extern void gui_layout_end ();
|
||||
|
||||
#endif /* WEECHAT_GUI_LAYOUT_H */
|
||||
|
||||
@@ -97,7 +97,6 @@ extern int gui_line_has_offline_nick (struct t_gui_line *line);
|
||||
extern void gui_line_compute_buffer_max_length (struct t_gui_buffer *buffer,
|
||||
struct t_gui_lines *lines);
|
||||
extern void gui_line_compute_prefix_max_length (struct t_gui_lines *lines);
|
||||
extern void gui_line_set_prefix_same_nick (struct t_gui_line *line);
|
||||
extern void gui_line_mixed_free_buffer (struct t_gui_buffer *buffer);
|
||||
extern void gui_line_mixed_free_all (struct t_gui_buffer *buffer);
|
||||
extern void gui_line_free (struct t_gui_buffer *buffer,
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user