cleanup: remove unused function setToolTipVisibile()

The alternative spelling "visibile" made searching for this
function very annoying. That makes removing it even more
satisfying.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-05-17 19:28:53 +02:00 committed by Dirk Hohndel
parent b39e88b8c6
commit 23ab6b7a8c
2 changed files with 0 additions and 6 deletions

View file

@ -1161,11 +1161,6 @@ void ProfileWidget2::setProfileState()
}
#ifndef SUBSURFACE_MOBILE
void ProfileWidget2::setToolTipVisibile(bool visible)
{
toolTipItem->setVisible(visible);
}
void ProfileWidget2::connectPlannerModel()
{
connect(plannerModel, &DivePlannerPointsModel::dataChanged, this, &ProfileWidget2::replot);

View file

@ -84,7 +84,6 @@ public:
#ifndef SUBSURFACE_MOBILE
bool eventFilter(QObject *, QEvent *) override;
#endif
void setToolTipVisibile(bool visible);
State currentState;
int animSpeed;