From f22410ed9ad20e9f546d45173ff28ec56e653571 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 23 Dec 2012 13:53:00 +0100 Subject: [PATCH] Linux compile fix. --- .../PolyVoxCore/include/PolyVoxCore/MaterialDensityPair.h | 5 ----- 1 file changed, 5 deletions(-) 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;