[PATCH 3/8] Remove some unused clearpart-related settings.

Chris Lumens clumens at redhat.com
Tue Oct 2 19:02:39 UTC 2012


---
 pyanaconda/__init__.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyanaconda/__init__.py b/pyanaconda/__init__.py
index 8948fdb..5154e44 100644
--- a/pyanaconda/__init__.py
+++ b/pyanaconda/__init__.py
@@ -79,8 +79,6 @@ class Anaconda(object):
         self.upgrade = flags.cmdline.has_key("preupgrade")
         self.upgradeRoot = None
         self.mehConfig = None
-        self.clearPartTypeSelection = None      # User's GUI selection
-        self.clearPartTypeSystem = None         # System's selection
 
         # *sigh* we still need to be able to write this out
         self.xdriver = None
-- 
1.7.11.2



More information about the anaconda-patches mailing list