[pitivi] ui.viewer: Remove dead code/args
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi] ui.viewer: Remove dead code/args
- Date: Tue, 12 May 2009 11:08:36 -0400 (EDT)
commit eb1765354104090ee1a3fc90783aeea1522b28a8
Author: Edward Hervey <bilboed bilboed com>
Date: Tue May 12 17:02:57 2009 +0200
ui.viewer: Remove dead code/args
---
pitivi/ui/viewer.py | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/pitivi/ui/viewer.py b/pitivi/ui/viewer.py
index 8e44ca8..302420b 100644
--- a/pitivi/ui/viewer.py
+++ b/pitivi/ui/viewer.py
@@ -66,7 +66,6 @@ class PitiviViewer(gtk.VBox, Loggable):
self.seeker.connect('seek', self._seekerSeekCb)
self.action = action
self.pipeline = pipeline
- self.producer = None
self.current_time = long(0)
self._initial_seek = None
@@ -299,12 +298,6 @@ class PitiviViewer(gtk.VBox, Loggable):
except:
self.warning("could not set ratio !")
- def _settingsChangedCb(self, unused_project):
- self.info("current project settings changed")
- # modify the ratio if it's the timeline that's playing
- # FIXME : do we really need to modify the ratio ??
- pass
-
def _drawingAreaExposeCb(self, drawingarea, event):
drawingarea.disconnect_by_func(self._drawingAreaExposeCb)
for state in range(gtk.STATE_INSENSITIVE + 1):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]