From 1073ba414d96afecf68251182edf99a5cf25e592 Mon Sep 17 00:00:00 2001 From: Mirion <51433180+mirion-dev@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:55:37 +0800 Subject: [PATCH] Remove redundant member from ButtonBase (#1076) --- src/ftxui/component/button.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ftxui/component/button.cpp b/src/ftxui/component/button.cpp index 79ad78ac..7a3d2011 100644 --- a/src/ftxui/component/button.cpp +++ b/src/ftxui/component/button.cpp @@ -139,7 +139,6 @@ class ButtonBase : public ComponentBase, public ButtonOption { private: bool mouse_hover_ = false; Box box_; - ButtonOption option_; float animation_background_ = 0; float animation_foreground_ = 0; animation::Animator animator_background_ =