[Bf-blender-cvs] [59f0db430a9] blender2.8: Cleanup: remove 27X define

Campbell Barton noreply at git.blender.org
Fri Nov 16 01:05:10 CET 2018


Commit: 59f0db430a9b30de3e96646a2b9c81a6df5bd609
Author: Campbell Barton
Date:   Fri Nov 16 11:04:19 2018 +1100
Branches: blender2.8
https://developer.blender.org/rB59f0db430a9b30de3e96646a2b9c81a6df5bd609

Cleanup: remove 27X define

===================================================================

M	source/blender/windowmanager/WM_keymap.h

===================================================================

diff --git a/source/blender/windowmanager/WM_keymap.h b/source/blender/windowmanager/WM_keymap.h
index 6072749b283..2093a29ba33 100644
--- a/source/blender/windowmanager/WM_keymap.h
+++ b/source/blender/windowmanager/WM_keymap.h
@@ -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



More information about the Bf-blender-cvs mailing list