Cleanup: remove 27X define

This commit is contained in:
Campbell Barton 2018-11-16 11:04:19 +11:00
parent a765403955
commit 59f0db430a
Notes: blender-bot 2023-02-14 06:42:54 +01:00
Referenced by issue #57861, Object.ray_cast (and all RNA functions using "ob->runtime") broken in Blender 2.80
Referenced by issue #57863, Can't enable Node Wrangler addon
Referenced by issue #57866, Annotation "Search-Enter" issue
1 changed files with 0 additions and 6 deletions

View File

@ -150,12 +150,6 @@ char *WM_key_event_operator_string(
const char *WM_bool_as_string(bool test);
/* Minimal keymap, see: T55666, will eventually remove.
* Keep this until final design is settled on. */
#if 0
#define USE_WM_KEYMAP_27X
#endif
#ifdef __cplusplus
}
#endif