From 4707f319b9467ea32b89d540260f75dd205f5046 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 2 Dec 2011 12:47:19 +1100 Subject: [PATCH] Remove obsolete code r3306 | ffr | 2011-12-02 12:47:19 +1100 (Fri, 02 Dec 2011) | 2 lines --- site_ansto/motor_dmc2280.c | 1 - 1 file changed, 1 deletion(-) diff --git a/site_ansto/motor_dmc2280.c b/site_ansto/motor_dmc2280.c index c79a7730..deb94c20 100644 --- a/site_ansto/motor_dmc2280.c +++ b/site_ansto/motor_dmc2280.c @@ -1264,7 +1264,6 @@ static int rspStatus(pDMC2280Driv self, const char* text) { /* TODO Put the following in specialised response handlers */ if (self->ao_id[0] != '\0') { AO_istatus(iTIone, "QKK:TI1"); - AO_istatus(iSteps, "PLP:BAT:POS"); } if (self->axisLabel >= 'A' && self->axisLabel <= 'D') iIOByte = iTIzero;