diff --git a/Ooui/Button.cs b/Ooui/Button.cs index 501b247..5e0a86d 100644 --- a/Ooui/Button.cs +++ b/Ooui/Button.cs @@ -4,12 +4,6 @@ namespace Ooui { public class Button : FormControl { - string typ = "submit"; - public string Type { - get => typ; - set => SetProperty (ref typ, value, "type"); - } - string val = ""; public string Value { get => val;