mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Remove the refcount on LINE_REC.
It seems to have no clear purpose. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4879 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
875adf35a0
commit
aa39fba88d
4 changed files with 4 additions and 56 deletions
|
|
@ -58,17 +58,6 @@ CODE:
|
|||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
void
|
||||
textbuffer_line_ref(line)
|
||||
Irssi::TextUI::Line line
|
||||
|
||||
void
|
||||
textbuffer_line_unref(line, buffer)
|
||||
Irssi::TextUI::Line line
|
||||
Irssi::TextUI::TextBuffer buffer
|
||||
CODE:
|
||||
textbuffer_line_unref(buffer, line);
|
||||
|
||||
void
|
||||
textbuffer_line_get_text(line, coloring)
|
||||
Irssi::TextUI::Line line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue