Revision: 31171
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31171
Author:   schlaile
Date:     2010-08-08 15:56:33 +0200 (Sun, 08 Aug 2010)

Log Message:
-----------
== Sequencer ==

Forgotten in last commit: tstripelems removed from DNA.

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_sequence_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_sequence_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_sequence_types.h  2010-08-08 
13:55:30 UTC (rev 31170)
+++ trunk/blender/source/blender/makesdna/DNA_sequence_types.h  2010-08-08 
13:56:33 UTC (rev 31171)
@@ -44,15 +44,6 @@
        char name[80];
 } StripElem;
 
-typedef struct TStripElem {
-       struct ImBuf *ibuf;
-       struct ImBuf *ibuf_comp;
-       struct TStripElem *se1, *se2, *se3;
-       short ok;
-       short flag;
-       int nr;
-} TStripElem;
-
 typedef struct StripCrop {
        int top;
        int bottom;
@@ -95,11 +86,6 @@
        StripCrop *crop;
        StripTransform *transform;
        StripColorBalance *color_balance;
-       TStripElem *tstripdata;
-       TStripElem *tstripdata_startstill;
-       TStripElem *tstripdata_endstill;
-       struct ImBuf *ibuf_startstill;
-       struct ImBuf *ibuf_endstill;
 } Strip;
 
 


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

Reply via email to