mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Remove unused info fields for custom fastfile align
This commit is contained in:
parent
a6f547f1df
commit
48afb4d514
@ -1,9 +1,7 @@
|
||||
#include "StructureInformation.h"
|
||||
|
||||
StructureInformation::StructureInformation(DefinitionWithMembers* definition)
|
||||
: m_has_non_default_fast_file_align(false),
|
||||
m_custom_fast_file_align(0),
|
||||
m_definition(definition),
|
||||
: m_definition(definition),
|
||||
m_asset_enum_entry(nullptr),
|
||||
m_is_leaf(false),
|
||||
m_non_embedded_reference_exists(false),
|
||||
|
@ -11,9 +11,6 @@ class MemberInformation;
|
||||
class StructureInformation
|
||||
{
|
||||
public:
|
||||
bool m_has_non_default_fast_file_align;
|
||||
unsigned m_custom_fast_file_align;
|
||||
|
||||
DefinitionWithMembers* const m_definition;
|
||||
EnumMember* m_asset_enum_entry;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user