Remove deprecated Lua functions (#3664)

This commit is contained in:
Alexander Bock
2025-05-19 17:59:58 +02:00
committed by GitHub
parent eec755bfc7
commit b39a5f3d7b
11 changed files with 0 additions and 182 deletions

View File

@@ -507,11 +507,9 @@ scripting::LuaLibrary GlobeBrowsingModule::luaLibrary() const {
codegen::lua::AddLayer,
codegen::lua::DeleteLayer,
codegen::lua::Layers,
codegen::lua::LayersDeprecated,
codegen::lua::MoveLayer,
codegen::lua::GoToChunk,
codegen::lua::GeoPositionForCamera,
codegen::lua::GeoPositionForCameraDeprecated,
codegen::lua::LoadWMSCapabilities,
codegen::lua::RemoveWMSServer,
codegen::lua::CapabilitiesWMS,