summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-08 07:01:24 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-08 07:01:24 +0000
commit93f503d4f773e49a8696d226af8bea5aa4d71eb9 (patch)
treebb240b9c30ad80b11750025b5f4967f555751d0d /iw
parentc2064a864a79c000f68cd5afdc67f9164e804b03 (diff)
downloadanaconda-93f503d4f773e49a8696d226af8bea5aa4d71eb9.tar.gz
anaconda-93f503d4f773e49a8696d226af8bea5aa4d71eb9.tar.xz
anaconda-93f503d4f773e49a8696d226af8bea5aa4d71eb9.zip
remove dead code
Diffstat (limited to 'iw')
-rw-r--r--iw/keyboard_gui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/iw/keyboard_gui.py b/iw/keyboard_gui.py
index 8e0506ca4..69a5e9c72 100644
--- a/iw/keyboard_gui.py
+++ b/iw/keyboard_gui.py
@@ -110,9 +110,6 @@ class KeyboardWindow (InstallWindow):
hbox.pack_start(label, gtk.FALSE)
box.pack_start(hbox, gtk.FALSE)
- def moveto(widget, *args):
- widget.moveto(widget.selection[0], 0, 0.5, 0.5)
-
box.pack_start(gtk.Label(_("Model")), gtk.FALSE)
sw = gtk.ScrolledWindow()
sw.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)