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 04:30:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-16 04:30:02 +0300
commit77ff9a2006607893032f709090ea17b944f16aff (patch)
treebe5ac3badbba3caf820057e475b8ad85e1821fb4 /source/blender/makesdna/DNA_userdef_types.h
parent59f0db430a9b30de3e96646a2b9c81a6df5bd609 (diff)
Keymap: remove loading keymaps from old files
These keymaps are not going to work usefully in 2.8x, remove support for loading them.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 512481a75b5..afff070946e 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -568,7 +568,6 @@ typedef struct UserDef {
struct ListBase themes;
struct ListBase uifonts;
struct ListBase uistyles;
- struct ListBase keymaps DNA_DEPRECATED; /* deprecated in favor of user_keymaps */
struct ListBase user_keymaps;
struct ListBase addons;
struct ListBase autoexec_paths;