1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +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

@@ -59,7 +59,6 @@ void PlayerMetaRef::Register(lua_State *L)
// lua_register(L, className, create_object);
}
// clang-format off
const char PlayerMetaRef::className[] = "PlayerMetaRef";
const luaL_Reg PlayerMetaRef::methods[] = {
luamethod(MetaDataRef, contains),
@@ -76,4 +75,3 @@ const luaL_Reg PlayerMetaRef::methods[] = {
luamethod(MetaDataRef, equals),
{0,0}
};
// clang-format on