Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2012-04-13 19:33:29 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-04-13 19:33:29 +0400
commit152b253c2cfc5bc1b2669c4bf6accd4820d092a4 (patch)
treea2060cdbd425fb42c2651003059473e097839184
parent20110e703ee6ed486d37f7383944ff2f7c1661e5 (diff)
remove duplicate notifier event
-rw-r--r--source/blender/editors/mesh/editmesh_loopcut.c2
1 files changed, 0 insertions, 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);