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

Alexis Drai 3 years ago
parent 4d0aad2f5c
commit d36b772c6c

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

Loading…
Cancel
Save