Remove redundant member from ButtonBase

This commit is contained in:
Mirion
2025-07-07 17:32:18 +08:00
committed by GitHub
parent b78b97056b
commit ae49d5e647

View File

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