From 77ff9a2006607893032f709090ea17b944f16aff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Nov 2018 12:30:02 +1100 Subject: Keymap: remove loading keymaps from old files These keymaps are not going to work usefully in 2.8x, remove support for loading them. --- source/blender/makesdna/DNA_userdef_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesdna/DNA_userdef_types.h') 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; -- cgit v1.2.3