📈 🔥 Remove unused and untestable code
continuous-integration/drone/push Build is passing Details

pull/186/head
Alexis Drai 3 years ago committed by Gitea
parent cd2df0ba86
commit e5fc62499f

@ -18,11 +18,5 @@
Value = value;
StringValue = value.ToString();
}
protected Face(T value, string stringValue)
{
Value = value;
StringValue = stringValue;
}
}
}

Loading…
Cancel
Save