mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Delete clang-format files and comments (#14079)
This commit is contained in:
parent
64b59184d1
commit
da832a295e
24 changed files with 0 additions and 702 deletions
|
@ -193,7 +193,6 @@ void LuaCamera::Register(lua_State *L)
|
|||
registerClass(L, className, methods, metamethods);
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
const char LuaCamera::className[] = "Camera";
|
||||
const luaL_Reg LuaCamera::methods[] = {
|
||||
luamethod(LuaCamera, set_camera_mode),
|
||||
|
@ -208,4 +207,3 @@ const luaL_Reg LuaCamera::methods[] = {
|
|||
|
||||
{0, 0}
|
||||
};
|
||||
// clang-format on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue