From 2937edd21a473e6e2e34240c02eff6666f5ac413 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Sat, 11 Jun 2022 20:32:28 +0200 Subject: [PATCH] Update string.cpp --- src/component/string.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/component/string.cpp b/src/component/string.cpp index 9306533..b0830aa 100644 --- a/src/component/string.cpp +++ b/src/component/string.cpp @@ -163,9 +163,7 @@ namespace string void post_unpack() override { gsc::function::add("va", format_string); - gsc::function::add("format", format_string); gsc::function::add("formatstring", format_string); - gsc::function::add("formatstr", format_string); gsc::function::add("sprintf", format_string); gsc::function::add("printf", [](const std::string& fmt, const scripting::variadic_args& va)