aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-29 17:21:14 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-29 17:21:14 +1000
commitdde3838f2d577b0cfaadbce96e63a5561de87582 (patch)
tree6da87cd5cafc3bbac8079b3ee5e4ed585af9e714 /input.h
parent97b77d1b3aebc8d1fcc5a986aa9a47b6d854e671 (diff)
Drop the unneeded input-function exit. It was only there for compatiability with readline, which we have rdropped.
darcs-hash:20070929072114-75c98-db188ce2bc31a0668867f9de05ffeed098b988c2.gz
Diffstat (limited to 'input.h')
-rw-r--r--input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/input.h b/input.h
index 575c34cb..01935934 100644
--- a/input.h
+++ b/input.h
@@ -40,7 +40,6 @@ enum
R_BACKWARD_KILL_WORD,
R_DUMP_FUNCTIONS,
R_WINCH,
- R_EXIT,
R_HISTORY_TOKEN_SEARCH_BACKWARD,
R_HISTORY_TOKEN_SEARCH_FORWARD,
R_SELF_INSERT,