summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/xconfig_gui.py')
-rw-r--r--iw/xconfig_gui.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index ef22488fc..6bc95f997 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -30,8 +30,6 @@ from rhpl.videocard import Videocard_blacklist
from desktop import ENABLE_DESKTOP_CHOICE
-from gui import setupTreeViewFixupIdleHandler
-
ddc_monitor_string = _("DDC Probed Monitor")
unprobed_monitor_string = _("Unprobed Monitor")
@@ -718,9 +716,6 @@ class MonitorWindow (InstallWindow):
box.pack_start (synctable, gtk.FALSE, gtk.FALSE)
- # ok hack to see if we can get scroll_to_cell to work
- setupTreeViewFixupIdleHandler(self.monitorview, self.monitorstore)
-
return box
class XConfigWindow (InstallWindow):
@@ -1063,8 +1058,4 @@ class XConfigWindow (InstallWindow):
self.probedMem = self.videocard.primaryCard(useProbed=1).getVideoRam()
self.setCurrent(self.currentCard, self.currentMem)
- # ok hack to see if we can get scroll_to_cell to work
- setupTreeViewFixupIdleHandler(self.cardview, self.cardstore)
-
-
return self.topbox