Remove unreachable code

This commit is contained in:
Malcolm Smith 2023-10-17 18:41:16 +01:00
parent 480580b184
commit 2ff38351b4

View file

@ -155,9 +155,6 @@ class Window:
self._app = app
self._impl.set_app(app._impl)
if self.content:
self.content.app = app
@property
def _default_title(self) -> str:
return "Toga"