summaryrefslogtreecommitdiff
path: root/src/content_sao.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-03-03 17:36:54 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-03-03 17:36:54 +0100
commit038d3a31dfa6c382a5a5a57f2ce367d1cd67fb9f (patch)
tree536cbf4182f224cd99b3bd8b9158c60b2de1cc6f /src/content_sao.h
parent7e56637ed07d9f32b4bd9049009cf7e1e4cff884 (diff)
downloadminetest-038d3a31dfa6c382a5a5a57f2ce367d1cd67fb9f.tar.gz
minetest-038d3a31dfa6c382a5a5a57f2ce367d1cd67fb9f.tar.bz2
minetest-038d3a31dfa6c382a5a5a57f2ce367d1cd67fb9f.zip
Remove unused m_wielded_item_not_sent
Diffstat (limited to 'src/content_sao.h')
-rw-r--r--src/content_sao.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_sao.h b/src/content_sao.h
index d6a494ae2..6b7304944 100644
--- a/src/content_sao.h
+++ b/src/content_sao.h
@@ -318,7 +318,6 @@ public:
// Some flags used by Server
bool m_moved;
bool m_inventory_not_sent;
- bool m_wielded_item_not_sent;
float m_physics_override_speed;
float m_physics_override_jump;