From 31b59702bea85d11ca554ddd28c244a60c898ef2 Mon Sep 17 00:00:00 2001 From: Daviw Williams Date: Mon, 18 Nov 2013 16:57:37 +0100 Subject: [PATCH] We're committed to LargeVolume now, so we don't need the define to switch volume types. --- library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h index 24cb8217..4500207e 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h @@ -117,11 +117,4 @@ freely, subject to the following restrictions: #define polyvox_shared_ptr boost::shared_ptr #endif -#define USE_LARGE_VOLUME -#ifdef USE_LARGE_VOLUME - #define POLYVOX_VOLUME LargeVolume -#else - #define POLYVOX_VOLUME SimpleVolume -#endif - #endif