From 151e5782e1f1ed02bb12757c8fe95ca6449b1b89 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 18 Oct 2020 14:28:17 +0200 Subject: Lint is still not happy... --- src/script/cpp_api/s_cheats.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/script/cpp_api/s_cheats.cpp') diff --git a/src/script/cpp_api/s_cheats.cpp b/src/script/cpp_api/s_cheats.cpp index 45b75ff6d..3d0c5e645 100644 --- a/src/script/cpp_api/s_cheats.cpp +++ b/src/script/cpp_api/s_cheats.cpp @@ -29,7 +29,6 @@ ScriptApiCheatsCheat::ScriptApiCheatsCheat( { } - ScriptApiCheatsCheat::ScriptApiCheatsCheat(const std::string &name, const int &function) : m_name(name), m_setting(""), m_function_ref(function) { -- cgit v1.2.3