aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-30 17:30:18 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-30 17:30:18 +1000
commitfeec9579c285212e8b0544e5679337b5d4ce808d (patch)
treeecda32ba37d14e94ff96b1ba92cd6f6a2331c186 /input.h
parentdde3838f2d577b0cfaadbce96e63a5561de87582 (diff)
Drop the unneeded input-function delete-line. It was only there for compatiability with readline, which we have dropped.
darcs-hash:20070930073018-75c98-d3abd6e63797c4954778486064f5f55a718f066c.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 01935934..3c3bae15 100644
--- a/input.h
+++ b/input.h
@@ -33,7 +33,6 @@ enum
R_COMPLETE,
R_BEGINNING_OF_HISTORY,
R_END_OF_HISTORY,
- R_DELETE_LINE,
R_BACKWARD_KILL_LINE,
R_KILL_WHOLE_LINE,
R_KILL_WORD,