diff --git a/library/PolyVoxCore/include/PolyVoxCore/MaterialDensityPair.h b/library/PolyVoxCore/include/PolyVoxCore/MaterialDensityPair.h index ec8fb874..9ae3bca0 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/MaterialDensityPair.h +++ b/library/PolyVoxCore/include/PolyVoxCore/MaterialDensityPair.h @@ -136,11 +136,6 @@ namespace PolyVox return voxel.getMaterial(); } - MaterialDensityPair getBorderValue(void) - { - return m_tBorder; - } - DensityType getThreshold(void) { return m_tThreshold;