From 0d02a3392a801c1367ae3d68337c0e2a7739f9e6 Mon Sep 17 00:00:00 2001 From: Alexei Dobrohotov Date: Tue, 6 Oct 2020 20:36:10 +0300 Subject: [PATCH] Clean up --- components/nif/data.hpp | 2 -- components/nif/niffile.cpp | 1 - components/nif/property.hpp | 1 - 3 files changed, 4 deletions(-) diff --git a/components/nif/data.hpp b/components/nif/data.hpp index 1519bd1b3c..58d6cf755d 100644 --- a/components/nif/data.hpp +++ b/components/nif/data.hpp @@ -75,8 +75,6 @@ class NiAutoNormalParticlesData : public NiGeometryData public: int numParticles{0}; - float particleRadius; - int activeCount; std::vector particleRadii, sizes, rotationAngles; diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 31c959964a..550b5fafc6 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -108,7 +108,6 @@ static std::map makeFactory() return factory; } - ///Make the factory map used for parsing the file static const std::map factories = makeFactory(); diff --git a/components/nif/property.hpp b/components/nif/property.hpp index e20d948f0d..aeef0c027a 100644 --- a/components/nif/property.hpp +++ b/components/nif/property.hpp @@ -162,7 +162,6 @@ struct NiWireframeProperty : public Property } }; - // The rest are all struct-based template struct StructPropT : Property