From 0271dfd7b6c676b34c96ebb640d1122af2e4db36 Mon Sep 17 00:00:00 2001 From: Mounir Tohami Date: Sat, 18 Apr 2026 02:29:32 +0200 Subject: [PATCH] [RTL]: Remove unused `width_with_padding`. --- scene/gui/rich_text_label.h | 1 - 1 file changed, 1 deletion(-) diff --git a/scene/gui/rich_text_label.h b/scene/gui/rich_text_label.h index 238644837b..ed2e675888 100644 --- a/scene/gui/rich_text_label.h +++ b/scene/gui/rich_text_label.h @@ -386,7 +386,6 @@ private: int min_width = 0; int max_width = 0; int width = 0; - int width_with_padding = 0; }; LocalVector columns;