Remove empty constructors and destructors from scene/
This commit is contained in:
@ -61,8 +61,6 @@ public:
|
||||
Vector<float> weights;
|
||||
|
||||
bool operator==(const Vertex &p_vertex) const;
|
||||
|
||||
Vertex() {}
|
||||
};
|
||||
|
||||
enum CustomFormat {
|
||||
|
||||
Reference in New Issue
Block a user