From 2d5e2de88b9cc9837ad4c7e8c16809303ed16aa1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Feb 2019 18:18:54 +1100 Subject: Cleanup: remove unused toolbox delay preferences --- source/blender/makesdna/DNA_userdef_types.h | 2 +- 1 file changed, 1 insertion(+), 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 80f9fff3e21..23bd962760b 100644 --- a/source/blender/makesdna/DNA_userdef_types.h +++ b/source/blender/makesdna/DNA_userdef_types.h @@ -639,7 +639,7 @@ typedef struct UserDef { short gp_manhattendist, gp_euclideandist, gp_eraser; /** #eGP_UserdefSettings. */ short gp_settings; - short tb_leftmouse, tb_rightmouse; + char _pad13[4]; struct SolidLight light_param[4]; float light_ambient[3]; char _pad3[4]; -- cgit v1.2.3