Remove ButtonOption::Arthur()

It was added by mistacke previously.
This commit is contained in:
ArthurSonzogni
2023-06-11 13:39:33 +02:00
parent 67717ab923
commit 98b31ff1fe
2 changed files with 0 additions and 28 deletions

View File

@@ -152,8 +152,6 @@ struct InputOption {
static InputOption Default();
/// @brief A white on black style with high margins:
static InputOption Spacious();
/// @brief A style with a border:
static InputOption Arthur();
/// The content of the input when it's empty.
StringRef placeholder = "";