mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
simplify
This commit is contained in:
parent
75e56297fc
commit
e5d02bd57b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
/* we just wanted to clear the cutbuffer */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue