[pitivi: 71/94] Remove bogus ui.timeline.InfoStub.hide method



commit 6b36c3acd4d91d64c154da388215878ca5d65e99
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Mon Sep 5 05:02:12 2011 +0200

    Remove bogus ui.timeline.InfoStub.hide method

 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 d161705..27c4b74 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -177,10 +177,6 @@ class InfoStub(gtk.HBox, Loggable):
         self.log("showing")
         self.show_all()
 
-    def hide(self):
-        self.log("hiding")
-        gtk.VBox.hide(self)
-
 
 class Timeline(gtk.Table, Loggable, Zoomable):
 



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