aboutsummaryrefslogtreecommitdiff
path: root/api/logic/modplatform/technic/SingleZipPackInstallTask.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2020-11-14 16:14:50 +0100
committerGitHub <noreply@github.com>2020-11-14 16:14:50 +0100
commit66c09999014fd4337baa6ae03f019cb77917d6df (patch)
treef7939bfa85f06bb2e23392508648cd45b447b45c /api/logic/modplatform/technic/SingleZipPackInstallTask.h
parenteb3e6e4c6ae29c9542d6c4b715644b7207c1ee93 (diff)
parentedfea9894ea3f6d4d244de5ba5ce015c1ccd7f39 (diff)
downloadPrismLauncher-66c09999014fd4337baa6ae03f019cb77917d6df.tar.gz
PrismLauncher-66c09999014fd4337baa6ae03f019cb77917d6df.tar.bz2
PrismLauncher-66c09999014fd4337baa6ae03f019cb77917d6df.zip
Merge pull request #3438 from jamierocks/technic-zip-fix
GH-3437 Extract Technic single zip packs to correct place
Diffstat (limited to 'api/logic/modplatform/technic/SingleZipPackInstallTask.h')
-rw-r--r--api/logic/modplatform/technic/SingleZipPackInstallTask.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/api/logic/modplatform/technic/SingleZipPackInstallTask.h b/api/logic/modplatform/technic/SingleZipPackInstallTask.h
index 929476bb..99534130 100644
--- a/api/logic/modplatform/technic/SingleZipPackInstallTask.h
+++ b/api/logic/modplatform/technic/SingleZipPackInstallTask.h
@@ -13,12 +13,8 @@
* limitations under the License.
*/
-
#pragma once
-#ifndef TECHNIC_SINGLEZIPPACKINSTALLTASK_H
-#define TECHNIC_SINGLEZIPPACKINSTALLTASK_H
-
#include "InstanceTask.h"
#include "net/NetJob.h"
#include "multimc_logic_export.h"
@@ -60,5 +56,3 @@ private:
};
} // namespace Technic
-
-#endif // TECHNIC_SINGLEZIPPACKINSTALLTASK_H