summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
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)