Commit: 3a27113856e54563601620ebd4fffe4dfa3175cd
Author: Joshua Leung
Date: Tue Jan 13 12:50:41 2015 +1300
Branches: depsgraph_refactor
https://developer.blender.org/rB3a27113856e54563601620ebd4fffe4dfa3175cd
Code cleanup: Remove redundant comment
===================================================================
M source/blender/depsgraph/intern/depsgraph_build_nodes.cpp
===================================================================
diff --git a/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp
b/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp
index f41a123..63da60e 100644
--- a/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp
@@ -360,9 +360,6 @@ void DepsgraphNodeBuilder::build_animdata(ID *id)
for (FCurve *fcu = (FCurve *)adt->drivers.first; fcu; fcu =
fcu->next) {
/* create driver */
build_driver(id, fcu);
-
- /* hook up update callback associated with F-Curve */
- // ...
}
}
}
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs