Back out mucked window dragging changes.

This commit is contained in:
Ray
2009-03-25 17:22:28 -04:00
parent 01bc1cebf1
commit 29bd0c2a7a
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -178,7 +178,6 @@ class Hud:
if not type(w) == int: # how do we get pure ints in this list??
(x, y) = loc[adj[i]]
w.relocate(x, y)
[aw.relocate(self.table.x, self.table.y) for aw in self.aux_windows]
return True