Remove unreachable code
This commit is contained in:
parent
480580b184
commit
2ff38351b4
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue