Remove empty constructors and destructors from scene/
This commit is contained in:
@ -112,7 +112,6 @@ public:
|
||||
TypeHash thash = 0; // Hash by Path + SubPath + TrackType.
|
||||
bool imported = false;
|
||||
bool enabled = true;
|
||||
Track() {}
|
||||
virtual ~Track() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user