summaryrefslogtreecommitdiffstats
path: root/scene/main/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/main/window.h')
-rw-r--r--scene/main/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/window.h b/scene/main/window.h
index 70ee744344..e37a98bd2d 100644
--- a/scene/main/window.h
+++ b/scene/main/window.h
@@ -116,7 +116,6 @@ private:
mutable Size2i size = Size2i(DEFAULT_WINDOW_SIZE, DEFAULT_WINDOW_SIZE);
mutable Size2i min_size;
mutable Size2i max_size;
- mutable Size2i old_size = size;
mutable Vector<Vector2> mpath;
mutable Mode mode = MODE_WINDOWED;
mutable bool flags[FLAG_MAX] = {};