removed "print text stripped" signal, the stripped text is now sent in

"print text" signal's third parameter


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1526 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-05-31 22:35:49 +00:00 committed by cras
commit 28899856a4
5 changed files with 42 additions and 60 deletions

View file

@ -254,8 +254,7 @@ keyboard.c:
"keyinfo destroyed", KEYINFO_REC
printtext.c:
"print text", TEXT_DEST_REC *dest, char *text
"print text stripped", TEXT_DEST_REC *dest, char *text
"print text", TEXT_DEST_REC *dest, char *text, char *stripped
themes.c:
"theme created", THEME_REC