summaryrefslogtreecommitdiff
path: root/src/intervals.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-11-11 11:45:06 +0000
committerGerd Moellmann <gerd@gnu.org>1999-11-11 11:45:06 +0000
commit9ba4c43ccf70c33e89a2c9bfd0782d2baeaa98f3 (patch)
treecc7e9b9ce5f94227dcd057dd9ba58ba81cc22653 /src/intervals.h
parent4438c071786606e735242cac1411e1e2edd4ca6a (diff)
downloademacs-9ba4c43ccf70c33e89a2c9bfd0782d2baeaa98f3.tar.gz
Remove USE_TEXT_PROPERTIES.
Diffstat (limited to 'src/intervals.h')
-rw-r--r--src/intervals.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/intervals.h b/src/intervals.h
index f1f65f2765b..b7e1667b5a6 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -18,7 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifdef USE_TEXT_PROPERTIES
#ifndef NORMAL_FACE
#include "dispextern.h"
#endif
@@ -269,20 +268,3 @@ int add_text_properties_from_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
void extend_property_ranges P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
extern void syms_of_textprop ();
-
-#else /* don't support text properties */
-
-#define NULL_INTERVAL_P(i) 1
-#define INTERVAL_SIZE 0
-#define INTERVAL_PTR_SIZE 0
-
-#define copy_intervals_to_string(string,buffer,position,length)
-#define verify_interval_modification(buffer,start,end)
-#define insert_interval_copy(source,position,end,sink,at)
-#define graft_intervals_into_buffer(tree,position,bufferptr)
-#define offset_intervals(buffer,position,length)
-#define copy_intervals(tree,start,length)
-
-#define syms_of_textprop()
-
-#endif /* don't support text properties */