remove dead code in calculator
This commit is contained in:
parent
32afb966e6
commit
c1fde9bb1e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user