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

Alexis Drai 2 years ago
parent 4d0aad2f5c
commit d36b772c6c

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

Loading…
Cancel
Save