[pitivi/ges] mainwindow: Remove unnecessary first seek



commit a264bdbe12f4a533cc807df4a20af8c1bb511962
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Wed May 16 23:51:01 2012 -0400

    mainwindow: Remove unnecessary first seek

 pitivi/mainwindow.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index f2d26e5..bd3a005 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -36,7 +36,6 @@ from gettext import gettext as _
 from gtk import RecentManager
 from hashlib import md5
 
-from pitivi.utils.pipeline import Seeker
 from pitivi.utils.loggable import Loggable
 from pitivi.utils.misc import in_devel
 from pitivi.settings import GlobalSettings
@@ -753,11 +752,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
         if self.app.current.timeline.props.duration != 0:
             self.render_button.set_sensitive(True)
 
-        self._seeker = Seeker()
-
-        # preliminary seek to ensure the project pipeline is configured
-        self._seeker.seek(0)
-
     def setBestZoomRatio(self):
         """
         Set the zoom level so that the entire timeline is in view.



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