Fix static code analysis findings

pull/3892/head
Kim Kulling 2021-05-07 11:52:16 +02:00 committed by GitHub
parent 56bfa1ce5c
commit 8cae8c5461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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 {