removed deprecaded functions

.

.
This commit is contained in:
mos
2024-02-20 17:25:29 +01:00
committed by Yorik van Havre
parent e1ca8c8cc0
commit a025af2d26
12 changed files with 1 additions and 89 deletions

View File

@@ -1082,11 +1082,6 @@ void NavigationStyle::moveCursorPosition()
}
}
void NavigationStyle::redraw()
{
if (mouseSelection)
mouseSelection->redraw();
}
SbBool NavigationStyle::handleEventInForeground(const SoEvent* const e)
{