summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-07-31 20:51:44 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-07-31 20:51:44 -0700
commitc1dbc63c93c5702da44ef7e3cc281ac3bb7941ce (patch)
tree800fb170efd007c51fdea2f487526c6f58a63625 /src/coding.h
parent8d7c7eed737a9e96264bb41772eb92c540ac4c28 (diff)
downloademacs-c1dbc63c93c5702da44ef7e3cc281ac3bb7941ce.tar.gz
* coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 50435282229..2987f19607b 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -177,7 +177,6 @@ enum coding_attr_index
#define CODING_ATTR_PRE_WRITE(attrs) AREF (attrs, coding_attr_pre_write)
#define CODING_ATTR_DEFAULT_CHAR(attrs) AREF (attrs, coding_attr_default_char)
#define CODING_ATTR_FOR_UNIBYTE(attrs) AREF (attrs, coding_attr_for_unibyte)
-#define CODING_ATTR_FLUSHING(attrs) AREF (attrs, coding_attr_flushing)
#define CODING_ATTR_PLIST(attrs) AREF (attrs, coding_attr_plist)
#define CODING_ATTR_CATEGORY(attrs) AREF (attrs, coding_attr_category)
#define CODING_ATTR_SAFE_CHARSETS(attrs)AREF (attrs, coding_attr_safe_charsets)