[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gui_insert_glyphs in xdisp.c
From: |
Stefan Monnier |
Subject: |
Re: gui_insert_glyphs in xdisp.c |
Date: |
Thu, 15 Oct 2020 10:05:34 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
>> > The calls to this function were removed from the GUI display code
>> > when we deleted the "direct output for insert" redisplay
>> > optimization.
>> Thanks! Then I assume this was kept around in case someone in the
>> future wanted to utilize that part of the redisplay_interface?
> Maybe. Or maybe we simply didn't pay attention that there are no
> callers of this functions anymore.
As the guy who removed those optimizations, I must admit that I didn't
realize it made those functions dead code. So it definitely wasn't done
"in case someone in the future wanted to utilize that part of the
redisplay_interface" ;-)
Stefan