From 58f6f1dcfe61ca1fa91ab525e2b56fd741f97560 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Mon, 13 Feb 2023 23:21:29 +0100 Subject: [PATCH] Update comment on chatterino::lua::api::g_import --- src/controllers/plugins/LuaAPI.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controllers/plugins/LuaAPI.hpp b/src/controllers/plugins/LuaAPI.hpp index 967bd9791..1b624a6f2 100644 --- a/src/controllers/plugins/LuaAPI.hpp +++ b/src/controllers/plugins/LuaAPI.hpp @@ -16,8 +16,6 @@ int c2_log(lua_State *L); // These ones are global int g_load(lua_State *L); int g_print(lua_State *L); - -// this one is exposed as execfile int g_import(lua_State *L); // NOLINTEND(readability-identifier-naming)