refactor: remove name sequence from zcg commands

This commit is contained in:
Jan Laupetin
2025-04-28 17:23:39 +02:00
parent 0103e4631f
commit 68ee502c72
4 changed files with 0 additions and 52 deletions

View File

@ -35,5 +35,4 @@ public:
std::unique_ptr<CustomAction> m_post_load_action;
const FastFileBlock* m_block;
std::vector<MemberInformation*> m_name_chain;
};