summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ScreenManager.c1
-rw-r--r--ScreenManager.h1
2 files changed, 0 insertions, 2 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;
}
diff --git a/ScreenManager.h b/ScreenManager.h
index 87627bf2..59d30bd6 100644
--- a/ScreenManager.h
+++ b/ScreenManager.h
@@ -26,7 +26,6 @@ typedef struct ScreenManager_ {
Header* header;
const Settings* settings;
const State* state;
- bool owner;
bool allowFocusChange;
} ScreenManager;