[Bf-blender-cvs] [3a27113] depsgraph_refactor: Code cleanup: Remove redundant comment

Joshua Leung noreply at git.blender.org
Tue Jan 13 03:40:23 CET 2015


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 */
-			// ...
 		}
 	}
 }




More information about the Bf-blender-cvs mailing list