aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-26 16:30:42 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-26 16:30:42 +0000
commitb4d1887458d44c2f0f6ee55a0550b4a406f42057 (patch)
treec24134c12365426c49c40226f594fdf87e89bddf
parent84b931ca2c544b9bcc5a9e7a16e47ab548d5f422 (diff)
Two cycles of DirAx will do for now
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@180 bf6ca9ba-c028-0410-8290-897cf20841d1
-rw-r--r--src/dirax.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/dirax.c b/src/dirax.c
index 36f85c8..d23b810 100644
--- a/src/dirax.c
+++ b/src/dirax.c
@@ -192,30 +192,6 @@ static void dirax_send_next(ControlContext *ctx) {
break;
}
- case 10 : {
- dirax_sendline("go\n", ctx);
- ctx->dirax_step++;
- break;
- }
-
- case 11 : {
- dirax_sendline("cell\n", ctx);
- ctx->dirax_step++;
- break;
- }
-
- case 12 : {
- dirax_sendline("go\n", ctx);
- ctx->dirax_step++;
- break;
- }
-
- case 13 : {
- dirax_sendline("cell\n", ctx);
- ctx->dirax_step++;
- break;
- }
-
default: {
ctx->dirax_step = 0;
printf("DX: Prompt. DirAx is idle\n");