diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-03 06:33:37 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-20 14:56:33 -0700 |
commit | 458c2f38bc8e560832ca09b846edaa9ddc64f58d (patch) | |
tree | 96f0a6f804984582c8f4e4ccad4dc4ef05661c27 /launcher/InstanceCopyTask.cpp | |
parent | dc5402349e8c65945d46f1539fd92823a05a391c (diff) | |
download | PrismLauncher-458c2f38bc8e560832ca09b846edaa9ddc64f58d.tar.gz PrismLauncher-458c2f38bc8e560832ca09b846edaa9ddc64f58d.tar.bz2 PrismLauncher-458c2f38bc8e560832ca09b846edaa9ddc64f58d.zip |
cleanup: code review sugestions
clean up translation strings
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/InstanceCopyTask.cpp')
-rw-r--r-- | launcher/InstanceCopyTask.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/launcher/InstanceCopyTask.cpp b/launcher/InstanceCopyTask.cpp index 5ef7a7fd..6bd56de3 100644 --- a/launcher/InstanceCopyTask.cpp +++ b/launcher/InstanceCopyTask.cpp @@ -10,10 +10,6 @@ InstanceCopyTask::InstanceCopyTask(InstancePtr origInstance, const InstanceCopyP { m_origInstance = origInstance; m_keepPlaytime = prefs.isKeepPlaytimeEnabled(); - - - - m_useLinks = prefs.isUseSymLinksEnabled(); m_linkRecursively = prefs.isLinkRecursivelyEnabled(); m_useHardLinks = prefs.isLinkRecursivelyEnabled() && prefs.isUseHardLinksEnabled(); |