Keyframe: use = default to specify default constructor

This commit is contained in:
Daniel Jour
2019-11-25 10:23:45 +01:00
parent 504fd0e3fa
commit edf85dda78
2 changed files with 1 additions and 5 deletions

View File

@@ -42,10 +42,6 @@ Keyframe::Keyframe(double value) {
AddPoint(Point(value));
}
// Keyframe constructor
Keyframe::Keyframe() {
}
// Add a new point on the key-frame. Each point has a primary coordinate,
// a left handle, and a right handle.
void Keyframe::AddPoint(Point p) {