Commit: 9bcc44d505bb59550ddb1466c3970d99d9f184d9
Author: Sergey Sharybin
Date:   Thu Jun 8 16:12:04 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB9bcc44d505bb59550ddb1466c3970d99d9f184d9

Depsgraph: Avoid over-documentation

The comment adds zero information.

===================================================================

M       source/blender/depsgraph/DEG_depsgraph.h

===================================================================

diff --git a/source/blender/depsgraph/DEG_depsgraph.h 
b/source/blender/depsgraph/DEG_depsgraph.h
index cda8664bc5a..63c02d007dc 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -72,8 +72,8 @@ struct PropertyRNA;
  * which is needed for it's evaluation,
  */
 typedef struct EvaluationContext {
-       int mode;               /* evaluation mode */
-       float ctime;            /* evaluation time */
+       int mode;
+       float ctime;
 } EvaluationContext;
 
 typedef enum eEvaluationMode {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to