Remove leftover from sticky keys

This commit is contained in:
Julian Eisel 2015-08-08 02:37:03 +02:00
parent 8af8bab0c5
commit fef31aadc4
Notes: blender-bot 2023-02-14 08:47:32 +01:00
Referenced by issue #45745, regression with transparent shadows and OpenCL split kernel
Referenced by issue #45735, Lattice's bounding_box doesn't update
Referenced by issue #45722, Shutdown when enabling world background display
Referenced by issue #45708, OSD Crash
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ void view3d_keymap(wmKeyConfig *keyconf)
WM_keymap_verify_item(keymap, "VIEW3D_OT_navigate", FKEY, KM_PRESS, KM_SHIFT, 0);
/* value is set to KM_NOTHING to avoid conflicts with click type (see T44251) */
WM_keymap_verify_item(keymap, "VIEW3D_OT_smoothview", TIMER1, KM_ANY, KM_ANY, 0);
WM_keymap_add_item(keymap, "VIEW3D_OT_rotate", MOUSEPAN, 0, 0, 0);