Remove remenants of mob code

Since minetest has no mobs within the core anymore, I suppose these
settings and code should go. Any mod that uses `minetest.setting_getbool`
will work with no problem since the default return value is `false`.
This commit is contained in:
Pavel Puchkin
2014-10-23 22:17:47 +03:00
committed by ShadowNinja
parent 737cce5f2b
commit 73bf791fe1
4 changed files with 0 additions and 10 deletions

View File

@@ -97,8 +97,6 @@ class ServerActiveObject : public ActiveObject
// If object has moved less than this and data has not changed,
// saving to disk may be omitted
virtual float getMinimumSavedMovement();
virtual bool isPeaceful(){return true;}
virtual std::string getDescription(){return "SAO";}