mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
profile: remove DiveCartesianAxis::maxChanged signal
The last listener was removed in 0104b0a915
.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
1762ad9472
commit
b2b24665e7
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue