summaryrefslogtreecommitdiffstats
path: root/ScreenManager.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-10 16:59:16 +0200
committerChristian Göttsche <cgzones@googlemail.com>2021-08-10 17:09:04 +0200
commita8b8f5f836af916ab3fc3133c6b7249731963496 (patch)
tree05612499cdb57aec43c6cd2b5124a33897dafade /ScreenManager.c
parent51669ecba8b68f4790992dccdd3185b628cbf11d (diff)
ScreenManager: drop unused member
Diffstat (limited to 'ScreenManager.c')
-rw-r--r--ScreenManager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ScreenManager.c b/ScreenManager.c
index c50d1c4a..5a985d4d 100644
--- a/ScreenManager.c
+++ b/ScreenManager.c
@@ -35,7 +35,6 @@ ScreenManager* ScreenManager_new(Header* header, const Settings* settings, const
this->header = header;
this->settings = settings;
this->state = state;
- this->owner = owner;
this->allowFocusChange = true;
return this;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy