aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-11 12:06:37 +0000
committerRoy Marples <roy@marples.name>2007-07-11 12:06:37 +0000
commit356c41f77cb43eb274fea4fce6987ffcc6c03680 (patch)
treea6426bcd7e6527fd73a50bc40834ad8a2e286c44 /src/rc.c
parent35d860710a383767012b516d1eef5346dc49e6d9 (diff)
Punt the dodgy ebuffer code. We now force prefixing for parallel starts which also reduces our variable pollution.
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rc.c b/src/rc.c
index 0f55a995..43a21539 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -211,8 +211,6 @@ static int do_e (int argc, char **argv)
eindentv ();
else if (strcmp (applet, "veoutdent") == 0)
eoutdentv ();
- else if (strcmp (applet, "eflush") == 0)
- eflush ();
else {
eerror ("%s: unknown applet", applet);
retval = EXIT_FAILURE;