From eced93a3f57765a7c82b522314511c5e93c48971 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Thu, 18 May 2023 21:41:34 +0200 Subject: Revert "Improve the UX of ViewportTexture in the editor" This reverts commit b91b8fce43ab9cb9f8c96f8c640acc801774b6b5. --- scene/main/viewport.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'scene/main/viewport.h') diff --git a/scene/main/viewport.h b/scene/main/viewport.h index de0abec052..e88e0628dd 100644 --- a/scene/main/viewport.h +++ b/scene/main/viewport.h @@ -317,8 +317,6 @@ private: Ref default_texture; HashSet viewport_textures; - void _update_viewport_path(); - SDFOversize sdf_oversize = SDF_OVERSIZE_120_PERCENT; SDFScale sdf_scale = SDF_SCALE_50_PERCENT; -- cgit v1.2.3