Update comment on chatterino::lua::api::g_import

This commit is contained in:
Mm2PL 2023-02-13 23:21:29 +01:00
parent cd919b01d5
commit 58f6f1dcfe

View file

@ -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)