Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-11-16 03:04:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-16 03:04:57 +0300
commit59f0db430a9b30de3e96646a2b9c81a6df5bd609 (patch)
tree8b335575cb14332e973215362917f68e32ee5555 /source/blender/windowmanager/WM_keymap.h
parenta76540395575402be3c592d17d6c2e8efac4e127 (diff)
Cleanup: remove 27X define
Diffstat (limited to 'source/blender/windowmanager/WM_keymap.h')
-rw-r--r--source/blender/windowmanager/WM_keymap.h6
1 files changed, 0 insertions, 6 deletions
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