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-06-08 17:12:04 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-06-08 17:12:04 +0300
commit9bcc44d505bb59550ddb1466c3970d99d9f184d9 (patch)
tree3c56f4a160d937b2ab397aee5f1a23840c7b7c08 /source/blender/depsgraph/DEG_depsgraph.h
parent2335bfeaa09ff0c700c8c2dc3b388175f2416601 (diff)
Depsgraph: Avoid over-documentation
The comment adds zero information.
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph.h4
1 files changed, 2 insertions, 2 deletions
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 {