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