[pitivi: 70/94] Remove the ui.timeline.Timeline.hide method because it's broken and seems it is never used



commit d0ccbbc10c2db105a025bf979853d63fb7398303
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Mon Sep 5 04:50:12 2011 +0200

    Remove the ui.timeline.Timeline.hide method because it's broken and seems it is never used

 pitivi/ui/timeline.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index b7a0503..d161705 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -739,10 +739,6 @@ class Timeline(gtk.Table, Loggable, Zoomable):
         self.keyframe_action.set_sensitive(keyframe)
 
 ## ToolBar callbacks
-    def hide(self):
-        self.actiongroup.set_visible(False)
-        gtk.Vbox.hide(self)
-
     def _zoomFitCb(self, unused_action):
         self.app.gui.setBestZoomRatio()
 



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