[pitivi: 34/65] Removed Pitivi.projects because it's unused



commit 004830fcf367cec52fc652f3698d28d37109bba4
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Thu Jun 9 21:34:10 2011 +0200

    Removed Pitivi.projects because it's unused

 pitivi/application.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/application.py b/pitivi/application.py
index 042a55b..2ddb6f5 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -85,8 +85,6 @@ class Pitivi(Loggable, Signallable):
 
     @ivar settings: Application-wide settings.
     @type settings: L{GlobalSettings}.
-    @ivar projects: List of used projects
-    @type projects: List of L{Project}.
     @ivar current: Currently used project.
     @type current: L{Project}.
     """
@@ -121,7 +119,6 @@ class Pitivi(Loggable, Signallable):
                 % APPNAME)
         instance.PiTiVi = self
 
-        self.projects = []
         self.current = None
 
         # get settings



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