summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-11-27 17:05:59 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-11-27 17:05:59 +0100
commit3c51c0e7c484d2c3efa72e5373ce7fb81de8d4db (patch)
tree3adaea1fa3c98278e43d8025a233d245c95b6c1a /src/gui/gui-buffer.h
parentaa77b482adce234207d9954850df0f6da6d61711 (diff)
downloadweechat-3c51c0e7c484d2c3efa72e5373ce7fb81de8d4db.zip
Remove argument "switch_to_another" for function gui_buffer_close()
Diffstat (limited to 'src/gui/gui-buffer.h')
-rw-r--r--src/gui/gui-buffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/gui-buffer.h b/src/gui/gui-buffer.h
index 03c6806f6..ac40ee5aa 100644
--- a/src/gui/gui-buffer.h
+++ b/src/gui/gui-buffer.h
@@ -235,8 +235,7 @@ 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 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_close (struct t_gui_buffer *buffer);
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_by_number (struct t_gui_window *window,