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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-01-17 17:45:13 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-01-17 17:45:13 +0400
commitbec9a3fa7c312e57570858165c82543eb619d9a4 (patch)
tree309ee51d106f1abd07158bac7fb80d6e2472978b /source/blender/blenkernel/intern/depsgraph.c
parent07346b62a53c4c6287d21ae7bcad4aea3f370fdd (diff)
Followup to d03e768: was wrongly (void) non-existing argument
Diffstat (limited to 'source/blender/blenkernel/intern/depsgraph.c')
-rw-r--r--source/blender/blenkernel/intern/depsgraph.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/depsgraph.c b/source/blender/blenkernel/intern/depsgraph.c
index 80deb354d09..7028798f1fc 100644
--- a/source/blender/blenkernel/intern/depsgraph.c
+++ b/source/blender/blenkernel/intern/depsgraph.c
@@ -2516,8 +2516,6 @@ void DAG_ids_clear_recalc(Main *bmain)
BLI_freelistN(&listbase);
}
-#else
- (void) scene; /* Unused. */
#endif
/* loop over all ID types */