diff options
Diffstat (limited to 'scene/main')
-rw-r--r-- | scene/main/viewport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/viewport.h b/scene/main/viewport.h index 32882fbb68..c1e71c69a3 100644 --- a/scene/main/viewport.h +++ b/scene/main/viewport.h @@ -230,7 +230,6 @@ private: Rect2 last_vp_rect; bool transparent_bg = false; - bool filter; bool gen_mipmaps = false; bool snap_controls_to_pixels = true; |