You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Cleanup unused engine code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user