remove dead code in calculator

This commit is contained in:
Kevin Lange 2017-01-09 20:59:11 +09:00
parent 32afb966e6
commit c1fde9bb1e

View File

@ -248,8 +248,6 @@ class CalculatorWindow(yutani.Window):
"""Accept a resize."""
self.resize_accept(msg.width, msg.height)
self.reinit()
self.int_width = msg.width - self.decorator.width()
self.int_height = msg.height - self.decorator.height()
self.draw()
self.resize_done()
self.flip()