aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-03-06 00:11:52 -0800
committerPaul Eggert <[email protected]>2011-03-06 00:11:52 -0800
commit7b781e9f4f8f6899451b68117cd47b7c40250354 (patch)
treeee97e9ac59f84c73703fe064f4895ff487ffb8a9
parent58635e4de85621d4f16befe15b1df44a637bd078 (diff)
* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
-rw-r--r--src/ChangeLog1
-rw-r--r--src/xdisp.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 920355b172..5dd7a774dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,7 @@
(display_line, display_string, rows_from_pos_range):
(mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame):
Rename or move local decls.
+ * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
2011-03-06 Michael Shields <[email protected]> (tiny change)
diff --git a/src/xdisp.c b/src/xdisp.c
index d2ffcddb98..8cdb590ae9 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -21171,7 +21171,6 @@ compute_overhangs_and_x (struct glyph_string *s, int x, int backward_p)
do \
{ \
int face_id; \
- XChar2b *char2b; \
\
face_id = (row)->glyphs[area][START].face_id; \
\