Removed code which is redundant after previous commit.

This commit is contained in:
Daviw Williams
2012-12-19 11:46:44 +01:00
parent 44dcb0ba89
commit 898aa24126
4 changed files with 0 additions and 63 deletions

View File

@ -59,16 +59,6 @@ public:
{
return 50.0f;
}
WrapMode getWrapMode(void)
{
return WrapModes::Border;
}
float getBorderValue(void)
{
return 0.0f;
}
};
// These 'writeDensityValueToVoxel' functions provide a unified interface for writting densities to primative and class voxel types.