aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-11-11 11:45:06 +0000
committerGerd Moellmann <[email protected]>1999-11-11 11:45:06 +0000
commit339ee9797d7d80d6b934e6a335c57d39303bbdcc (patch)
tree4ff4b35d61aa3f78d65f7de698c2a54a4cdb4508 /src/textprop.c
parent35a5514b96c8ae655e2a6995c2f0ff2a07de65ab (diff)
Remove USE_TEXT_PROPERTIES.
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 9e86594cad..e7091b144d 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -46,8 +46,6 @@ Boston, MA 02111-1307, USA. */
necessary for the system to remain consistent. This requirement
is enforced by the subrs installing properties onto the intervals. */
-/* The rest of the file is within this conditional */
-#ifdef USE_TEXT_PROPERTIES
/* Types of hooks. */
Lisp_Object Qmouse_left;
@@ -1882,8 +1880,3 @@ This also inhibits the use of the `intangible' text property.");
/* defsubr (&Scopy_text_properties); */
}
-#else
-
-lose -- this shouldn't be compiled if USE_TEXT_PROPERTIES isn't defined
-
-#endif /* USE_TEXT_PROPERTIES */