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_ =