[pitivi: 8/10] timeline: remove a workaround for a bug that was fixed in cc30c6.



commit bba16ad6885c6056e97e5728f0247f26f87f1862
Author: Alessandro Decina <alessandro d gmail com>
Date:   Fri Sep 24 13:03:55 2010 +0200

    timeline: remove a workaround for a bug that was fixed in cc30c6.

 pitivi/timeline/timeline.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index f378631..be37adf 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -1729,7 +1729,6 @@ class Timeline(Signallable, Loggable):
 
         listTimelineObjectTrackObject = []
         track_object = TrackEffect(factory, input_stream)
-        track_object.makeBin() #FIXME
 
         for obj in timeline_objects:
             copy_track_obj = track_object.copy()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]