mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 16:15:31 +00:00
Clean up
This commit is contained in:
parent
e7c37f21b7
commit
0d02a3392a
3 changed files with 0 additions and 4 deletions
|
@ -75,8 +75,6 @@ class NiAutoNormalParticlesData : public NiGeometryData
|
||||||
public:
|
public:
|
||||||
int numParticles{0};
|
int numParticles{0};
|
||||||
|
|
||||||
float particleRadius;
|
|
||||||
|
|
||||||
int activeCount;
|
int activeCount;
|
||||||
|
|
||||||
std::vector<float> particleRadii, sizes, rotationAngles;
|
std::vector<float> particleRadii, sizes, rotationAngles;
|
||||||
|
|
|
@ -108,7 +108,6 @@ static std::map<std::string,RecordFactoryEntry> makeFactory()
|
||||||
return factory;
|
return factory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
///Make the factory map used for parsing the file
|
///Make the factory map used for parsing the file
|
||||||
static const std::map<std::string,RecordFactoryEntry> factories = makeFactory();
|
static const std::map<std::string,RecordFactoryEntry> factories = makeFactory();
|
||||||
|
|
||||||
|
|
|
@ -162,7 +162,6 @@ struct NiWireframeProperty : public Property
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// The rest are all struct-based
|
// The rest are all struct-based
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct StructPropT : Property
|
struct StructPropT : Property
|
||||||
|
|
Loading…
Reference in a new issue