summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:08:38 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:08:38 +0000
commita27a117b59dedb8b68c758dd1505535dcbfbceea (patch)
treee18ada0f766c942341920160f2c45dafe4f8973c
parent954f717a6ac072ee78d418e8887448914138bf2c (diff)
downloadanaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.tar.gz
anaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.tar.xz
anaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.zip
remove dead code
-rw-r--r--ChangeLog1
-rw-r--r--iw/congrats_gui.py11
2 files changed, 1 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index cec89983b..002b4e24b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* scripts/splittree.py: Likewise.
* scripts/check-repository.py: Remove dead code.
+ * iw/congrats_gui.py (CongratulationWindow.getScreen): Likewise.
* partedUtils.py (getRedHatReleaseString): Change to getReleaseString.
* upgrade.py (findExistingRoots): Method name change.
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 458a27696..91ff44ac8 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -64,17 +64,6 @@ class CongratulationWindow (InstallWindow):
txt = _("Congratulations, the installation is complete.\n\n"
"%s%s") %(floppystr, bootstr)
- foo = _("For information on Errata (updates and bug fixes), visit:\n"
- "\thttp://www.redhat.com/errata/\n\n"
- "For information on automatic updates through Red Hat "
- "Network, visit:\n"
- "\thttp://rhn.redhat.com/\n\n"
- "For information on using and configuring the system, visit:\n"
- "\thttp://www.redhat.com/docs/\n"
- "\thttp://www.redhat.com/apps/support/\n\n"
- "To register the product for support, visit:\n"
- "\thttp://www.redhat.com/apps/activate/\n\n")
-
label = gui.WrappingLabel(txt)
hbox.pack_start (label, True, True)