summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-05-20 17:29:44 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-05-20 17:29:44 +0200
commitede921cc4d74df47b08405c468be2ec7b6f34069 (patch)
tree807e3edebea79bc8ca087d2e829a23c1de45263e /src/gui/gui-buffer.h
parent0a225e5cce5440642618eebea0761c3ebaee3b18 (diff)
downloadweechat-ede921cc4d74df47b08405c468be2ec7b6f34069.zip
Remove old dcc code, unused now
Diffstat (limited to 'src/gui/gui-buffer.h')
-rw-r--r--src/gui/gui-buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/gui-buffer.h b/src/gui/gui-buffer.h
index 4951b8df3..121cd185e 100644
--- a/src/gui/gui-buffer.h
+++ b/src/gui/gui-buffer.h
@@ -190,14 +190,12 @@ extern struct t_gui_window *gui_buffer_find_window (struct t_gui_buffer *buffer)
extern int gui_buffer_is_scrolled (struct t_gui_buffer *buffer);
extern int gui_buffer_match_category_name (struct t_gui_buffer *buffer,
char *mask, int case_sensitive);
-extern struct t_gui_buffer *gui_buffer_get_dcc (struct t_gui_window *window);
extern void gui_buffer_clear (struct t_gui_buffer *buffer);
extern void gui_buffer_clear_all ();
extern void gui_buffer_close (struct t_gui_buffer *buffer,
int switch_to_another);
extern void gui_buffer_switch_previous (struct t_gui_window *window);
extern void gui_buffer_switch_next (struct t_gui_window *window);
-extern void gui_buffer_switch_dcc (struct t_gui_window *window);
extern void gui_buffer_switch_by_number (struct t_gui_window *window,
int number);
extern void gui_buffer_move_to_number (struct t_gui_buffer *buffer, int number);