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>2013-01-08 17:32:48 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-01-08 17:32:48 +0400
commitc69f57147882e75900aac77a89f2181bccc6e665 (patch)
treeae1f200d82464f4180e6c6ecb7a1d7ed17e4b3b7 /source/blender/makesrna/intern/rna_sequencer_api.c
parent1524b1f11db98faf92441360a9a22a9d6a20babe (diff)
Remove unused IMB function which wasn't ported to new color management
Also marked some TODOs as actually solved.
Diffstat (limited to 'source/blender/makesrna/intern/rna_sequencer_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_sequencer_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_sequencer_api.c b/source/blender/makesrna/intern/rna_sequencer_api.c
index 9df8662263c..386263c784e 100644
--- a/source/blender/makesrna/intern/rna_sequencer_api.c
+++ b/source/blender/makesrna/intern/rna_sequencer_api.c
@@ -200,7 +200,6 @@ static Sequence *rna_Sequences_new_movie(ID *id, Editing *ed, ReportList *report
Scene *scene = (Scene *)id;
Sequence *seq;
- /* OCIO_TODO: support configurable color spaces for strips */
struct anim *an = openanim(file, IB_rect, 0, NULL);
if (an == NULL) {