aboutsummaryrefslogtreecommitdiff
path: root/libraries/classparser/include/classparser.h
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-10-15 20:15:46 +0200
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-10-15 20:16:15 +0200
commit87d35f0d16d3be56020f9e6295cc8bfa0c657d27 (patch)
treebda5c6850ba3f0274c08941a4d62cd88df942dfa /libraries/classparser/include/classparser.h
parentc089f9b59f32780d3228d08c2d2eeb95e4ace9e1 (diff)
downloadPrismLauncher-87d35f0d16d3be56020f9e6295cc8bfa0c657d27.tar.gz
PrismLauncher-87d35f0d16d3be56020f9e6295cc8bfa0c657d27.tar.bz2
PrismLauncher-87d35f0d16d3be56020f9e6295cc8bfa0c657d27.zip
fix: remove some unused libs
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'libraries/classparser/include/classparser.h')
-rw-r--r--libraries/classparser/include/classparser.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/libraries/classparser/include/classparser.h b/libraries/classparser/include/classparser.h
deleted file mode 100644
index 3660026b..00000000
--- a/libraries/classparser/include/classparser.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright 2013-2021 MultiMC Contributors
- *
- * Authors: Orochimarufan <orochimarufan.x3@gmail.com>
- *
- * 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 <QString>
-#include "classparser_config.h"
-
-namespace classparser
-{
-/**
- * @brief Get the version from a minecraft.jar by parsing its class files. Expensive!
- */
-QString GetMinecraftJarVersion(QString jar);
-}