profile: remove DiveCartesianAxis::maxChanged signal
The last listener was removed in 0104b0a91588. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
1762ad9472
commit
b2b24665e7
@ -45,7 +45,6 @@ void DiveCartesianAxis::setMaximum(double maximum)
|
||||
return;
|
||||
max = maximum;
|
||||
changed = true;
|
||||
emit maxChanged();
|
||||
}
|
||||
|
||||
void DiveCartesianAxis::setMinimum(double minimum)
|
||||
|
||||
@ -53,7 +53,6 @@ public:
|
||||
|
||||
signals:
|
||||
void sizeChanged();
|
||||
void maxChanged();
|
||||
|
||||
protected:
|
||||
ProfileWidget2 *profileWidget;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user