Remove unused code into GUI

This commit is contained in:
andrea
2022-07-11 15:10:25 +02:00
committed by Uwe
parent 094ae93678
commit 3018985f80
47 changed files with 14 additions and 1592 deletions

View File

@@ -235,15 +235,6 @@ KeyboardP::initKeyMap()
keypadmap->insert(Qt::Key_Delete, SoKeyboardEvent::PAD_DELETE);
keypadmap->insert(Qt::Key_Period, SoKeyboardEvent::PAD_PERIOD);
#if 0 // FIXME: don't know what to do with these (20070306 frodo)
keyboardmap->insert(Qt::, SoKeyboardEvent::RIGHT_SHIFT);
keyboardmap->insert(Qt::, SoKeyboardEvent::RIGHT_CONTROL);
keyboardmap->insert(Qt::, SoKeyboardEvent::RIGHT_ALT);
keyboardmap->insert(Qt::, SoKeyboardEvent::PRIOR);
keyboardmap->insert(Qt::, SoKeyboardEvent::NEXT);
keyboardmap->insert(Qt::, SoKeyboardEvent::SHIFT_LOCK);
#endif
}
#undef PUBLIC