From 5196da4b98d16ce6ea521a77a5a63326e81cac84 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 28 Oct 2015 23:30:08 +1100 Subject: Cleanup: warning/style --- source/blender/editors/util/undo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/util/undo.c') 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); -- cgit v1.2.3