aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sciteco.h')
-rw-r--r--src/sciteco.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sciteco.h b/src/sciteco.h
index b7f92fd..84c9775 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -52,10 +52,6 @@ extern sig_atomic_t sigint_occurred;
*/
#define NIL ((void *)0)
-#define INIT_PRIO(X) __attribute__((init_priority(X)))
-#define PRIO_INTERFACE 1000
-#define PRIO_SYMBOLS 1000
-
#define IS_CTL(C) ((C) < ' ')
#define CTL_ECHO(C) ((C) | 0x40)
#define CTL_KEY(C) ((C) & ~0x40)