Browse Source

Fix static code analysis findings

Kim Kulling 4 years ago
parent
commit
8cae8c5461
1 changed files with 0 additions and 3 deletions
  1. 0 3
      code/AssetLib/X3D/X3DImporter.hpp

+ 0 - 3
code/AssetLib/X3D/X3DImporter.hpp

@@ -290,9 +290,6 @@ protected:
 
 struct CX3DNodeElementGroup : X3DNodeElementBase {
     aiMatrix4x4 Transformation; ///< Transformation matrix.
-    bool Static;
-    bool UseChoice; ///< Flag: if true then use number from \ref Choice to choose what the child will be kept.
-    int32_t Choice; ///< Number of the child which will be kept.
 };
 
 struct X3DNodeElementMeta : X3DNodeElementBase {