Removed unnecessary initializer
This commit is contained in:
@ -49,9 +49,6 @@ beamShiftAxis::beamShiftAxis(turboPmacController *pC, int axisNo)
|
||||
// function
|
||||
axes.push_back(this);
|
||||
|
||||
// Initialize all member variables
|
||||
axisStatus_ = 0;
|
||||
|
||||
// Provide initial values for some parameter library entries
|
||||
status = pC_->setIntegerParam(axisNo, pC_->rereadEncoderPosition(), 0);
|
||||
if (status != asynSuccess) {
|
||||
|
Reference in New Issue
Block a user