Removed old deprecated code.

This commit is contained in:
David Williams
2015-11-30 07:50:32 +00:00
parent ed94fc6f25
commit 28a3d78354
5 changed files with 1 additions and 68 deletions

View File

@ -114,9 +114,6 @@ public:
/// Calculates approximatly how many bytes of memory the volume is currently using.
uint32_t calculateSizeInBytes(void) { return 0; }
/// Deprecated - I don't think we should expose this function? Let us know if you disagree...
//void resize(const Region& regValidRegion);
private:
Array<3, VoxelType> mVolumeData;
};