aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorEli Zaretskii2009-12-04 10:51:37 +0000
committerEli Zaretskii2009-12-04 10:51:37 +0000
commit24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a (patch)
treecc9221a6199b2b666e26320068a0753533da5c41 /src/dispextern.h
parenta67972b7940e376589272436dad48456da753228 (diff)
downloademacs-24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a.tar.gz
emacs-24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a.zip
(enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete unused enumeration value.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 706dba776c4..852e56a7aa1 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1811,7 +1811,6 @@ enum display_element_type
1811 1811
1812enum prop_idx 1812enum prop_idx
1813{ 1813{
1814 AUTO_COMPOSED_PROP_IDX,
1815 FONTIFIED_PROP_IDX, 1814 FONTIFIED_PROP_IDX,
1816 FACE_PROP_IDX, 1815 FACE_PROP_IDX,
1817 INVISIBLE_PROP_IDX, 1816 INVISIBLE_PROP_IDX,