aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 00:11:52 -0800
committerPaul Eggert2011-03-06 00:11:52 -0800
commit7b781e9f4f8f6899451b68117cd47b7c40250354 (patch)
treeee97e9ac59f84c73703fe064f4895ff487ffb8a9 /src
parent58635e4de85621d4f16befe15b1df44a637bd078 (diff)
downloademacs-7b781e9f4f8f6899451b68117cd47b7c40250354.tar.gz
emacs-7b781e9f4f8f6899451b68117cd47b7c40250354.zip
* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
Diffstat (limited to 'src')
-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 920355b1723..5dd7a774ddb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,7 @@
8 (display_line, display_string, rows_from_pos_range): 8 (display_line, display_string, rows_from_pos_range):
9 (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame): 9 (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame):
10 Rename or move local decls. 10 Rename or move local decls.
11 * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
11 12
122011-03-06 Michael Shields <shields@msrl.com> (tiny change) 132011-03-06 Michael Shields <shields@msrl.com> (tiny change)
13 14
diff --git a/src/xdisp.c b/src/xdisp.c
index d2ffcddb985..8cdb590ae9e 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)
21171 do \ 21171 do \
21172 { \ 21172 { \
21173 int face_id; \ 21173 int face_id; \
21174 XChar2b *char2b; \
21175 \ 21174 \
21176 face_id = (row)->glyphs[area][START].face_id; \ 21175 face_id = (row)->glyphs[area][START].face_id; \
21177 \ 21176 \