From 7f77565b664646bcdc307acf096d152708b1e76c Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Sun, 5 Oct 2025 22:41:16 +0200 Subject: [PATCH] Remove unused members from `Viewport` --- scene/main/viewport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/scene/main/viewport.h b/scene/main/viewport.h index 4dd39c14998..326c9d7b1d1 100644 --- a/scene/main/viewport.h +++ b/scene/main/viewport.h @@ -260,11 +260,8 @@ private: RID contact_3d_debug_multimesh; RID contact_3d_debug_instance; - Rect2 last_vp_rect; - bool transparent_bg = false; bool use_hdr_2d = false; - bool gen_mipmaps = false; bool snap_controls_to_pixels = true; bool snap_2d_transforms_to_pixel = false;