mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update comment on chatterino::lua::api::g_import
This commit is contained in:
parent
cd919b01d5
commit
58f6f1dcfe
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ int c2_log(lua_State *L);
|
||||||
// These ones are global
|
// These ones are global
|
||||||
int g_load(lua_State *L);
|
int g_load(lua_State *L);
|
||||||
int g_print(lua_State *L);
|
int g_print(lua_State *L);
|
||||||
|
|
||||||
// this one is exposed as execfile
|
|
||||||
int g_import(lua_State *L);
|
int g_import(lua_State *L);
|
||||||
// NOLINTEND(readability-identifier-naming)
|
// NOLINTEND(readability-identifier-naming)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue