LuaVoxelManip: Add option to allocate blank data
[oweals/minetest.git] / src / serverobject.h
index b57d3a2ba6beb968711b84f75a4bf994ed8cf15d..8e80225e4f8b7f60a937588abef358c90a13dd93 100644 (file)
@@ -69,9 +69,6 @@ public:
        // environment
        virtual bool environmentDeletes() const
        { return true; }
-
-       virtual bool unlimitedTransferDistance() const
-       { return false; }
        
        // Create a certain type of ServerActiveObject
        static ServerActiveObject* create(u8 type,