mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
Clean up
This commit is contained in:
parent
e7c37f21b7
commit
0d02a3392a
@ -75,8 +75,6 @@ class NiAutoNormalParticlesData : public NiGeometryData
|
||||
public:
|
||||
int numParticles{0};
|
||||
|
||||
float particleRadius;
|
||||
|
||||
int activeCount;
|
||||
|
||||
std::vector<float> particleRadii, sizes, rotationAngles;
|
||||
|
@ -108,7 +108,6 @@ static std::map<std::string,RecordFactoryEntry> makeFactory()
|
||||
return factory;
|
||||
}
|
||||
|
||||
|
||||
///Make the factory map used for parsing the file
|
||||
static const std::map<std::string,RecordFactoryEntry> factories = makeFactory();
|
||||
|
||||
|
@ -162,7 +162,6 @@ struct NiWireframeProperty : public Property
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// The rest are all struct-based
|
||||
template <typename T>
|
||||
struct StructPropT : Property
|
||||
|
Loading…
Reference in New Issue
Block a user