From 606378cb41ee89ee2201692411b91ff81be6d473 Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Thu, 15 Jun 2017 23:37:28 -0700 Subject: [PATCH] Remove redundant Type on Button --- Ooui/Button.cs | 6 ------ 1 file changed, 6 deletions(-) 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;