; Remove unnecessary resetting of inhibit_free_realized_faces
This commit is contained in:
parent
85cd80bb16
commit
3a0974d939
1 changed files with 0 additions and 2 deletions
|
@ -14018,7 +14018,6 @@ redisplay_internal (void)
|
|||
if (interrupt_input && interrupts_deferred)
|
||||
request_sigio ();
|
||||
|
||||
inhibit_free_realized_faces = false;
|
||||
unbind_to (count, Qnil);
|
||||
RESUME_POLLING;
|
||||
}
|
||||
|
@ -14061,7 +14060,6 @@ static void
|
|||
unwind_redisplay (void)
|
||||
{
|
||||
redisplaying_p = false;
|
||||
inhibit_free_realized_faces = false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue