Animated: remove unnecessary default value ctor
This commit is contained in:
parent
9ef2e4043f
commit
7891a9f06f
1 changed files with 0 additions and 7 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Reference in a new issue