mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-16 22:37:16 +02:00
removed unused type
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7cb8deeb90
commit
9317a675ed
@ -55,7 +55,6 @@ struct File {
|
|||||||
|
|
||||||
// our
|
// our
|
||||||
QString targetFolder = QStringLiteral("mods");
|
QString targetFolder = QStringLiteral("mods");
|
||||||
enum class Type { Unknown, Folder, Ctoc, SingleFile, Cmod2, Modpack, Mod } type = Type::Mod;
|
|
||||||
PackedResourceType resourceType;
|
PackedResourceType resourceType;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user