removed unused type

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-01-16 17:07:44 +02:00
parent 7cb8deeb90
commit 9317a675ed
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -55,7 +55,6 @@ struct File {
// our
QString targetFolder = QStringLiteral("mods");
enum class Type { Unknown, Folder, Ctoc, SingleFile, Cmod2, Modpack, Mod } type = Type::Mod;
PackedResourceType resourceType;
};