summaryrefslogtreecommitdiff
path: root/thirdparty/pvrtccompressor/BitScale.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/pvrtccompressor/BitScale.h')
-rw-r--r--thirdparty/pvrtccompressor/BitScale.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/thirdparty/pvrtccompressor/BitScale.h b/thirdparty/pvrtccompressor/BitScale.h
deleted file mode 100644
index 3ea7962f55..0000000000
--- a/thirdparty/pvrtccompressor/BitScale.h
+++ /dev/null
@@ -1,28 +0,0 @@
-//============================================================================
-
-#pragma once
-
-#include "core/typedefs.h"
-
-//============================================================================
-
-namespace Javelin
-{
- namespace Data
- {
-//============================================================================
-
- extern const uint8_t BITSCALE_5_TO_8[32];
- extern const uint8_t BITSCALE_4_TO_8[16];
- extern const uint8_t BITSCALE_3_TO_8[8];
- extern const uint8_t BITSCALE_8_TO_5_FLOOR[256];
- extern const uint8_t BITSCALE_8_TO_4_FLOOR[256];
- extern const uint8_t BITSCALE_8_TO_3_FLOOR[256];
- extern const uint8_t BITSCALE_8_TO_5_CEIL[256];
- extern const uint8_t BITSCALE_8_TO_4_CEIL[256];
- extern const uint8_t BITSCALE_8_TO_3_CEIL[256];
-
-//============================================================================
- } // namespace Data
-} // namespace Javelin
-//============================================================================