aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2025-12-29 09:35:56 +0100
committerBasil L. Contovounesios2026-02-17 15:22:20 +0100
commit09f2e436ba599de655eb9bbf5cd63b60e2d33c21 (patch)
tree20274da215e34367851cb963aa845018e2ff6e73
parent8cd687c5c61506ab2c212ae33ba4bb94ee85c161 (diff)
downloademacs-09f2e436ba599de655eb9bbf5cd63b60e2d33c21.tar.gz
emacs-09f2e436ba599de655eb9bbf5cd63b60e2d33c21.zip
; Remove stale commentary in dispnew.c.
* src/dispnew.c: Remove commentary that used to relate to WINDOW_TO_FRAME_VPOS and WINDOW_TO_FRAME_HPOS.
-rw-r--r--src/dispnew.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 85dd622802f..908345645bc 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -136,9 +136,6 @@ static int glyph_pool_count;
136 136
137#endif /* GLYPH_DEBUG and ENABLE_CHECKING */ 137#endif /* GLYPH_DEBUG and ENABLE_CHECKING */
138 138
139/* Convert vpos and hpos from frame to window and vice versa.
140 This may only be used for terminal frames. */
141
142#ifdef GLYPH_DEBUG 139#ifdef GLYPH_DEBUG
143 140
144/* One element of the ring buffer containing redisplay history 141/* One element of the ring buffer containing redisplay history