From 43c203a2c94d47b1a7a9943616757d5d6c572403 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 7 Mar 2015 17:42:31 +0100 Subject: [PATCH] Removed declaration of function for which we already removed the definition. --- include/PolyVox/PagedVolume.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/PolyVox/PagedVolume.h b/include/PolyVox/PagedVolume.h index cecc387a..6bdf6331 100644 --- a/include/PolyVox/PagedVolume.h +++ b/include/PolyVox/PagedVolume.h @@ -258,8 +258,6 @@ namespace PolyVox /// Gets a voxel at the position given by a 3D vector VoxelType getVoxel(const Vector3DInt32& v3dPos) const; - /// Sets the number of chunks for which uncompressed data is stored - void setMemoryUsageLimit(uint32_t uMemoryUsageInBytes); /// Sets the voxel at the position given by x,y,z coordinates void setVoxel(int32_t uXPos, int32_t uYPos, int32_t uZPos, VoxelType tValue); /// Sets the voxel at the position given by a 3D vector