1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 18:05:22 +02:00

Delete clang-format files and comments (#14079)

This commit is contained in:
Gary Miguel
2023-12-15 01:23:44 -08:00
committed by GitHub
parent 64b59184d1
commit da832a295e
24 changed files with 0 additions and 702 deletions

View File

@@ -115,7 +115,6 @@ ModChannel *ModChannelRef::getobject(lua_State *L, ModChannelRef *ref)
return getGameDef(L)->getModChannel(ref->m_modchannel_name);
}
// clang-format off
const char ModChannelRef::className[] = "ModChannelRef";
const luaL_Reg ModChannelRef::methods[] = {
luamethod(ModChannelRef, leave),
@@ -123,4 +122,3 @@ const luaL_Reg ModChannelRef::methods[] = {
luamethod(ModChannelRef, send_all),
{0, 0},
};
// clang-format on