From 21001d6862c9c70d96687e5cb23e2d901f23096a Mon Sep 17 00:00:00 2001 From: David Williams Date: Fri, 4 Oct 2013 13:35:31 +0200 Subject: [PATCH] Removed wrapper for class which was removed. --- library/bindings/Compressor.i | 6 ------ library/bindings/PolyVoxCore.i | 1 - 2 files changed, 7 deletions(-) delete mode 100644 library/bindings/Compressor.i diff --git a/library/bindings/Compressor.i b/library/bindings/Compressor.i deleted file mode 100644 index 78e5ef69..00000000 --- a/library/bindings/Compressor.i +++ /dev/null @@ -1,6 +0,0 @@ -%module Compressor -%{ -#include "Compressor.h" -%} - -%include "Compressor.h" diff --git a/library/bindings/PolyVoxCore.i b/library/bindings/PolyVoxCore.i index 92a83ead..6fe2f6d4 100644 --- a/library/bindings/PolyVoxCore.i +++ b/library/bindings/PolyVoxCore.i @@ -79,7 +79,6 @@ EXTRACTOR(shortname, LargeVolume) %include "Block.i" %include "CompressedBlock.i" %include "UncompressedBlock.i" -%include "Compressor.i" %include "BlockCompressor.i" %include "Pager.i" %include "FilePager.i"