summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_vmanip.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-04-08 15:52:22 +0200
committersfan5 <sfan5@live.de>2022-05-02 20:54:55 +0200
commit5362f472ff75ffe1885b54d09f22faa85284f817 (patch)
tree3a1c4ea116f4ad16b3a7960e428a725e8b173486 /src/script/lua_api/l_vmanip.h
parent41e79d902d536f31b7b5fe2fb63a7272ce38d437 (diff)
downloadminetest-5362f472ff75ffe1885b54d09f22faa85284f817.tar.gz
minetest-5362f472ff75ffe1885b54d09f22faa85284f817.tar.bz2
minetest-5362f472ff75ffe1885b54d09f22faa85284f817.zip
Remove some unused variable from Lua class wrappers
Diffstat (limited to 'src/script/lua_api/l_vmanip.h')
-rw-r--r--src/script/lua_api/l_vmanip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/lua_api/l_vmanip.h b/src/script/lua_api/l_vmanip.h
index 15ab9eef8..5113070dc 100644
--- a/src/script/lua_api/l_vmanip.h
+++ b/src/script/lua_api/l_vmanip.h
@@ -19,7 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
-#include <map>
#include "irr_v3d.h"
#include "lua_api/l_base.h"
@@ -33,7 +32,6 @@ class MMVManip;
class LuaVoxelManip : public ModApiBase
{
private:
- std::map<v3s16, MapBlock *> modified_blocks;
bool is_mapgen_vm = false;
static const char className[];