Gui: remove hardcoded functions from NavigationStyle

This commit is contained in:
0penBrain
2022-09-25 11:04:41 +02:00
committed by wwmayer
parent 448ce085f4
commit 63c7e62c79

View File

@@ -1614,14 +1614,6 @@ SbBool NavigationStyle::processKeyboardEvent(const SoKeyboardEvent * const event
case SoKeyboardEvent::RIGHT_ALT:
this->altdown = press;
break;
case SoKeyboardEvent::H:
processed = true;
viewer->saveHomePosition();
break;
case SoKeyboardEvent::R:
processed = true;
viewer->resetToHomePosition();
break;
case SoKeyboardEvent::S:
case SoKeyboardEvent::HOME:
case SoKeyboardEvent::LEFT_ARROW: