Revert "Added typedef for chunk key type."

This reverts commit 6419c5827b.
This commit is contained in:
David Williams
2015-03-21 14:41:04 +01:00
parent 92eaaae765
commit 5fc0317260
3 changed files with 14 additions and 18 deletions

View File

@ -24,8 +24,6 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_Config_H__
#define __PolyVox_Config_H__
#include <cstdint>
//#define POLYVOX_LOG_TRACE_ENABLED
//#define POLYVOX_LOG_DEBUG_ENABLED
#define POLYVOX_LOG_INFO_ENABLED
@ -36,6 +34,4 @@ freely, subject to the following restrictions:
//#define POLYVOX_ASSERTS_ENABLED
#define POLYVOX_THROW_ENABLED
typedef int32_t PagedVolumeChunkKeyIntType;
#endif