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:
authorCampbell Barton <ideasman42@gmail.com>2015-10-28 15:30:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-28 15:30:37 +0300
commit5196da4b98d16ce6ea521a77a5a63326e81cac84 (patch)
tree6708406e4ec59a78bc97abecb47e6247774b7cf5 /source/blender/editors/util/undo.c
parent0e76c52033648608e5607afb2df940473e0e55f4 (diff)
Cleanup: warning/style
Diffstat (limited to 'source/blender/editors/util/undo.c')
-rw-r--r--source/blender/editors/util/undo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/util/undo.c b/source/blender/editors/util/undo.c
index 483bb88b91c..681001e7ed7 100644
--- a/source/blender/editors/util/undo.c
+++ b/source/blender/editors/util/undo.c
@@ -76,7 +76,6 @@
void ED_undo_push(bContext *C, const char *str)
{
- wmWindowManager *wm = CTX_wm_manager(C);
Object *obedit = CTX_data_edit_object(C);
Object *obact = CTX_data_active_object(C);