diff --git a/src/foldhaus_app.cpp b/src/foldhaus_app.cpp index 431a01b..0366745 100644 --- a/src/foldhaus_app.cpp +++ b/src/foldhaus_app.cpp @@ -347,7 +347,6 @@ RELOAD_STATIC_DATA(ReloadStaticData) RegisterKeyPressCommand(&State->DefaultInputCommandRegistry, KeyCode_MouseLeftButton, Command_Began, KeyCode_Invalid, Begin3DViewMouseRotate); RegisterKeyPressCommand(&State->DefaultInputCommandRegistry, KeyCode_U, Command_Began, KeyCode_Invalid, OpenUniverseView); - RegisterKeyPressCommand(&State->DefaultInputCommandRegistry, KeyCode_A, Command_Began, KeyCode_Invalid, OpenNodeLister); RegisterKeyPressCommand(&State->DefaultInputCommandRegistry, KeyCode_Tab, Command_Began, KeyCode_Invalid, OpenNodeView); } }