aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-05-03 00:49:54 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-05-03 00:49:54 +0300
commitf8bf71e152aba15d23b5b92382bb112de125d4d1 (patch)
tree682a197fc2801257578c3e431468ed968f86070e /launcher/modplatform
parent61a235561896fc82a19da00126e361bb56d61c69 (diff)
downloadPrismLauncher-f8bf71e152aba15d23b5b92382bb112de125d4d1.tar.gz
PrismLauncher-f8bf71e152aba15d23b5b92382bb112de125d4d1.tar.bz2
PrismLauncher-f8bf71e152aba15d23b5b92382bb112de125d4d1.zip
Moved the selected resources to one list
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r--launcher/modplatform/ModIndex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h
index 40f1efc4..1b99a88e 100644
--- a/launcher/modplatform/ModIndex.h
+++ b/launcher/modplatform/ModIndex.h
@@ -68,7 +68,6 @@ struct IndexedVersion {
// For internal use, not provided by APIs
bool is_currently_selected = false;
- QString custom_target_folder;
};
struct ExtraPackData {