From 152b253c2cfc5bc1b2669c4bf6accd4820d092a4 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Fri, 13 Apr 2012 15:33:29 +0000 Subject: remove duplicate notifier event --- source/blender/editors/mesh/editmesh_loopcut.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/blender/editors/mesh/editmesh_loopcut.c b/source/blender/editors/mesh/editmesh_loopcut.c index 90698a79c25..90f88abe141 100644 --- a/source/blender/editors/mesh/editmesh_loopcut.c +++ b/source/blender/editors/mesh/editmesh_loopcut.c @@ -327,8 +327,6 @@ static void ringsel_finish(bContext *C, wmOperator *op) EDBM_selectmode_set(em); WM_event_add_notifier(C, NC_SCENE | ND_TOOLSETTINGS, CTX_data_scene(C)); - - WM_event_add_notifier(C, NC_SCENE | ND_TOOLSETTINGS, CTX_data_scene(C)); } WM_event_add_notifier(C, NC_GEOM | ND_SELECT | ND_DATA, lcd->ob->data); -- cgit v1.2.3