Remove deprecated constructor

This commit is contained in:
Matt Williams
2012-06-21 22:19:44 +01:00
parent c681fac66a
commit d79b1006f3
4 changed files with 0 additions and 52 deletions

View File

@@ -145,11 +145,6 @@ namespace PolyVox
const Region& regValid,
uint16_t uBlockSideLength = 32
);
/// Deprecated constructor - do not use.
SimpleVolume
(
int32_t dont_use_this_constructor_1, int32_t dont_use_this_constructor_2, int32_t dont_use_this_constructor_3
);
/// Destructor
~SimpleVolume();