Revert setting of "driving" flag.

r3102 | ffr | 2011-04-13 15:01:15 +1000 (Wed, 13 Apr 2011) | 1 line
This commit is contained in:
Ferdi Franceschini
2011-04-13 15:01:15 +10:00
committed by Douglas Clowes
parent 5153e16e86
commit 4ae629c08e

View File

@@ -108,7 +108,6 @@ static long SCTDRIVSetValue(void *data, SConnection *pCon, float val){
v.dataType = HIPFLOAT;
v.v.doubleValue = (double)val;
SetHdbProperty(self->write_node,"writestatus", "start");
SetHdbProperty(self->write_node,"driving", "1");
status = SetHipadabaPar(self->write_node, v, pCon);
if(status == 1){
return OKOK;