From 11f9938eedc9efc42a6319fbc0f8583aac23d469 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Jan 2019 13:02:07 +1100 Subject: Clenaup: remove unused EM_WAITCURSOR --- source/blender/editors/animation/anim_channels_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index 2d1c30734d9..b232c23b0a5 100644 --- a/source/blender/editors/animation/anim_channels_edit.c +++ b/source/blender/editors/animation/anim_channels_edit.c @@ -2739,7 +2739,7 @@ static int mouse_anim_channels(bContext *C, bAnimContext *ac, int channel_index, /* ensure we exit editmode on whatever object was active before to avoid getting stuck there - T48747 */ if (ob != CTX_data_edit_object(C)) { - ED_object_editmode_exit(C, EM_FREEDATA | EM_WAITCURSOR); + ED_object_editmode_exit(C, EM_FREEDATA); } notifierFlags |= (ND_ANIMCHAN | NA_SELECTED); -- cgit v1.2.3