浏览代码

Fix static code analysis findings

Kim Kulling 4 年之前
父节点
当前提交
8cae8c5461
共有 1 个文件被更改,包括 0 次插入3 次删除
  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 {