Animated: remove unnecessary default value ctor

This commit is contained in:
Charles Dang 2024-08-12 23:59:59 -04:00
parent 9ef2e4043f
commit 7891a9f06f

View file

@ -122,13 +122,6 @@ private:
{
}
frame()
: duration_(0)
, value_(void_value_)
, start_time_(0)
{
}
// Represents the timestamp of the frame start
int duration_;
T value_;