diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2020-10-13 21:15:00 +0100 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2020-11-13 16:38:18 +0000 |
commit | edfea9894ea3f6d4d244de5ba5ce015c1ccd7f39 (patch) | |
tree | f7939bfa85f06bb2e23392508648cd45b447b45c /api/logic/modplatform/technic/TechnicPackProcessor.h | |
parent | fd1a8f039ad28263e8e8dd1fc6848f9809084283 (diff) | |
download | PrismLauncher-edfea9894ea3f6d4d244de5ba5ce015c1ccd7f39.tar.gz PrismLauncher-edfea9894ea3f6d4d244de5ba5ce015c1ccd7f39.tar.bz2 PrismLauncher-edfea9894ea3f6d4d244de5ba5ce015c1ccd7f39.zip |
NOISSUE Cleanup Technic support
Diffstat (limited to 'api/logic/modplatform/technic/TechnicPackProcessor.h')
-rw-r--r-- | api/logic/modplatform/technic/TechnicPackProcessor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/logic/modplatform/technic/TechnicPackProcessor.h b/api/logic/modplatform/technic/TechnicPackProcessor.h index 49d046a5..f0edb17a 100644 --- a/api/logic/modplatform/technic/TechnicPackProcessor.h +++ b/api/logic/modplatform/technic/TechnicPackProcessor.h @@ -13,13 +13,11 @@ * limitations under the License. */ - #pragma once #include <QString> #include "settings/SettingsObject.h" - namespace Technic { // not exporting it, only used in SingleZipPackInstallTask, InstanceImportTask and SolderPackInstallTask |