1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00

Remove resize method of TextBufferView perl object, it is not useful

and dangerous.


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4959 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-12-09 18:02:53 +00:00 committed by exg
parent d71aea5b2b
commit 20c362a93d

View File

@ -32,12 +32,6 @@ textbuffer_view_set_scroll(view, scroll)
Irssi::TextUI::TextBufferView view
int scroll
void
textbuffer_view_resize(view, width, height)
Irssi::TextUI::TextBufferView view
int width
int height
void
textbuffer_view_clear(view)
Irssi::TextUI::TextBufferView view