NOISSUE remove old unused version file features
This commit is contained in:
parent
c943019ab5
commit
f6b2ccb110
10 changed files with 36 additions and 288 deletions
|
@ -126,7 +126,6 @@ public: /* data */
|
|||
QString appletClass;
|
||||
QString overwriteMinecraftArguments;
|
||||
QString addMinecraftArguments;
|
||||
QString removeMinecraftArguments;
|
||||
QString processArguments;
|
||||
QString type;
|
||||
|
||||
|
@ -145,12 +144,10 @@ public: /* data */
|
|||
bool shouldOverwriteTweakers = false;
|
||||
QStringList overwriteTweakers;
|
||||
QStringList addTweakers;
|
||||
QStringList removeTweakers;
|
||||
|
||||
bool shouldOverwriteLibs = false;
|
||||
QList<RawLibraryPtr> overwriteLibs;
|
||||
QList<RawLibraryPtr> addLibs;
|
||||
QList<QString> removeLibs;
|
||||
|
||||
QSet<QString> traits;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue