mirror of
https://github.com/ailin-nemui/irssi.git
synced 2025-05-08 13:25:23 -05:00
Remove unneeded resets of paste_keycount (check_pasting will reset it
at the next call). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4670 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f7856f2071
commit
7b08caa814
1 changed files with 0 additions and 2 deletions
|
@ -333,7 +333,6 @@ static void paste_flush(int send)
|
|||
|
||||
paste_line_count = 0;
|
||||
paste_state = 0;
|
||||
paste_keycount = 0;
|
||||
|
||||
gui_entry_redraw(active_entry);
|
||||
}
|
||||
|
@ -412,7 +411,6 @@ static int check_pasting(unichar key, int diff)
|
|||
paste_line_count == 0) {
|
||||
/* reset paste state */
|
||||
paste_state = 0;
|
||||
paste_keycount = 0;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue