mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
simplify
This commit is contained in:
parent
75e56297fc
commit
e5d02bd57b
@ -837,7 +837,7 @@ void gui_entry_erase(GUI_ENTRY_REC *entry, int size, CUTBUFFER_UPDATE_OP update_
|
||||
}
|
||||
}
|
||||
|
||||
if (size == 0 && clear_enabled) {
|
||||
if (size == 0) {
|
||||
/* we just wanted to clear the cutbuffer */
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user