mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
b39e88b8c6
commit
23ab6b7a8c
2 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue