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>2017-07-12 12:08:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-07-12 12:08:51 +0300
commite5ee6cb448b3d54aa129aa5407ee0b2591431001 (patch)
tree0ef9978c8f11cb27abb2895792db18cb7ca611d1 /source/blender/blenkernel/BKE_modifier.h
parent0837d1912649deb4f8fe1bf2bb3adb0c7a89c189 (diff)
Depsgraph: Remove meaningless comment
We are already on the new depsgraph only for quite some time now.
Diffstat (limited to 'source/blender/blenkernel/BKE_modifier.h')
-rw-r--r--source/blender/blenkernel/BKE_modifier.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_modifier.h b/source/blender/blenkernel/BKE_modifier.h
index be6ed4f254d..95f28f8fa6f 100644
--- a/source/blender/blenkernel/BKE_modifier.h
+++ b/source/blender/blenkernel/BKE_modifier.h
@@ -265,7 +265,6 @@ typedef struct ModifierTypeInfo {
*
* This function is optional.
*/
- /* TODO(sergey): Remove once we finally switched to the new depsgraph. */
void (*updateDepsgraph)(struct ModifierData *md,
struct Main *bmain,
struct Scene *scene,