Change some usages of "deprecated" to "obsolete" (#9062)
authorrandom-geek <35757396+random-geek@users.noreply.github.com>
Tue, 29 Oct 2019 18:23:12 +0000 (11:23 -0700)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Tue, 29 Oct 2019 18:23:12 +0000 (19:23 +0100)
commitf2e62298a5b204045f01e399e78eb84072df967a
tree36ad9a8ecf60b58442d3ef0b71f7e0b8994946cb
parent8ee16180c740c960cb9f51be1c3039c354aebb05
Change some usages of "deprecated" to "obsolete" (#9062)

"Deprecated" means that something is still in use, but is unsupported and needs to be removed.
"Obsolete" means it is already out of use.
builtin/game/deprecated.lua
builtin/game/register.lua
doc/world_format.txt
src/activeobject.h
src/content_sao.cpp
src/mapgen/mapgen.h
src/script/common/c_content.cpp
src/script/lua_api/l_mapgen.cpp