about summary refs log tree commit diff stats
path: root/ranger/gui/displayable.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/gui/displayable.py')
-rw-r--r--ranger/gui/displayable.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/gui/displayable.py b/ranger/gui/displayable.py
index 30975064..40731449 100644
--- a/ranger/gui/displayable.py
+++ b/ranger/gui/displayable.py
@@ -154,7 +154,6 @@ class Displayable(EnvironmentAware, FileManagerAware, SettingsAware):
 				raise OutOfBoundsException("Resizing Failed!")
 
 		self.win.mvderwin(y, x)
-		self.yy, self.xx = self.win.getbegyx()
 		self.absy, self.absx = y, x
 		self.x = 0
 		self.y = 0