summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/forge/LegacyForge.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-03-12 23:19:45 +0100
committerPetr Mrázek <peterix@gmail.com>2017-04-07 00:20:01 +0200
commit40cf38bc3225c614e7e81d074f890e6f9da0507b (patch)
tree96029b827616bf122c68c50e51c0af286da9aad1 /api/logic/minecraft/forge/LegacyForge.h
parentf6eb8fa1e43a412edb49401107de30d497f0f593 (diff)
downloadMultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.tar
MultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.tar.gz
MultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.tar.lz
MultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.tar.xz
MultiMC-40cf38bc3225c614e7e81d074f890e6f9da0507b.zip
NOISSUE remove liteloader and forge
Diffstat (limited to 'api/logic/minecraft/forge/LegacyForge.h')
-rw-r--r--api/logic/minecraft/forge/LegacyForge.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/api/logic/minecraft/forge/LegacyForge.h b/api/logic/minecraft/forge/LegacyForge.h
deleted file mode 100644
index 4a51e74a..00000000
--- a/api/logic/minecraft/forge/LegacyForge.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Copyright 2013-2017 MultiMC Contributors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#pragma once
-
-#include "minecraft/Mod.h"
-
-class MinecraftForge : public Mod
-{
-public:
- MinecraftForge(const QString &file);
- bool FixVersionIfNeeded(QString newVersion);
-};