Cleanup unused engine code
This commit is contained in:
parent
90bdba576a
commit
2c048ea164
56 changed files with 4 additions and 615 deletions
|
|
@ -1539,11 +1539,6 @@ Ref<Shortcut> ED_GET_SHORTCUT(const String &p_path) {
|
|||
return sc;
|
||||
}
|
||||
|
||||
struct ShortcutMapping {
|
||||
const char *path = nullptr;
|
||||
uint32_t keycode = 0;
|
||||
};
|
||||
|
||||
Ref<Shortcut> ED_SHORTCUT(const String &p_path, const String &p_name, uint32_t p_keycode) {
|
||||
#ifdef OSX_ENABLED
|
||||
// Use Cmd+Backspace as a general replacement for Delete shortcuts on macOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue