[PATCH 18/34] Remove some unused values out of constants.py.

Chris Lumens clumens at redhat.com
Mon Aug 12 20:32:54 UTC 2013


---
 pyanaconda/constants.py | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pyanaconda/constants.py b/pyanaconda/constants.py
index 96ef336..4839e15 100644
--- a/pyanaconda/constants.py
+++ b/pyanaconda/constants.py
@@ -25,18 +25,6 @@ import re
 
 SELINUX_DEFAULT = 1
 
-DISPATCH_BACK = -1
-DISPATCH_FORWARD = 1
-DISPATCH_DEFAULT = None
-DISPATCH_WAITING = 2
-
-# XXX this is made up and used by the size spinner; should just be set with
-# a callback
-MAX_PART_SIZE = 1024*1024*1024
-
-# install key related constants
-SKIP_KEY = -50
-
 # where to look for 3rd party addons
 ADDON_PATHS = ["/usr/share/anaconda/addons"]
 
-- 
1.8.1.2



More information about the anaconda-patches mailing list