From 1e9fdf074ab870845e98b03dcc3eae8737b7513d Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 20 Dec 2015 21:22:29 +0000 Subject: [PATCH] Removed the old LargeVolume and SimpleVolume classes, which are now replaced by PagedVolume. --- include/CMakeLists.txt | 2 -- include/PolyVox/LargeVolume.h | 8 -------- include/PolyVox/SimpleVolume.h | 8 -------- 3 files changed, 18 deletions(-) delete mode 100644 include/PolyVox/LargeVolume.h delete mode 100644 include/PolyVox/SimpleVolume.h diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index cde62476..0df9a108 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -44,7 +44,6 @@ SET(CORE_INC_FILES PolyVox/Interpolation.h PolyVox/IteratorController.h PolyVox/IteratorController.inl - PolyVox/LargeVolume.h PolyVox/LowPassFilter.h PolyVox/LowPassFilter.inl PolyVox/MarchingCubesSurfaceExtractor.h @@ -66,7 +65,6 @@ SET(CORE_INC_FILES PolyVox/Raycast.inl PolyVox/Region.h PolyVox/Region.inl - PolyVox/SimpleVolume.h PolyVox/Vector.h PolyVox/Vector.inl PolyVox/Vertex.h diff --git a/include/PolyVox/LargeVolume.h b/include/PolyVox/LargeVolume.h deleted file mode 100644 index 6c137b37..00000000 --- a/include/PolyVox/LargeVolume.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __PolyVox_LargeVolume_H__ -#define __PolyVox_LargeVolume_H__ - -#pragma message("WARNING - The LargeVolume class has been replaced by PagedVolume. Please use that instead.") - -#include "PagedVolume.h" - -#endif //__PolyVox_LargeVolume_H__ \ No newline at end of file diff --git a/include/PolyVox/SimpleVolume.h b/include/PolyVox/SimpleVolume.h deleted file mode 100644 index b53902b9..00000000 --- a/include/PolyVox/SimpleVolume.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __PolyVox_SimpleVolume_H__ -#define __PolyVox_SimpleVolume_H__ - -#pragma message("WARNING - The SimpleVolume class has been replaced by PagedVolume. Please use that instead.") - -#include "PagedVolume.h" - -#endif //__PolyVox_SimpleVolume_H__ \ No newline at end of file