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:
authorJoshua Leung <aligorith@gmail.com>2011-08-28 15:39:18 +0400
committerJoshua Leung <aligorith@gmail.com>2011-08-28 15:39:18 +0400
commit8e12b7b054c3c4e95a23f26db232d99ff18e2b90 (patch)
treeff37993677c52a010cb29113a37e146065583914 /source/blender/editors/animation/drivers.c
parent94b3e83b6c564a66788624e824a2548d6c8b8650 (diff)
Assorted comment clarification in response to code review notes
Diffstat (limited to 'source/blender/editors/animation/drivers.c')
-rw-r--r--source/blender/editors/animation/drivers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index 28195be943c..6ebe488d2c8 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -383,7 +383,6 @@ short ANIM_paste_driver (ReportList *reports, ID *id, const char rna_path[], int
/* modifiers */
copy_fmodifiers(&fcu->modifiers, &channeldriver_copypaste_buf->modifiers);
- /* flags - on a per-relevant-flag basis */
/* extrapolation mode */
fcu->extend= channeldriver_copypaste_buf->extend;