remove dead code

This commit is contained in:
Ian Curtis 2016-05-21 16:26:00 +00:00
parent fd3eb49369
commit 65d6342947
2 changed files with 1 additions and 4 deletions

View file

@ -215,7 +215,7 @@ UINT32 Texture::UploadTexture(const UINT16* src, UINT8* scratch, int format, boo
break;
//
// 4 bit texture types - all luminance textures (no alpha), only seem to be enabled when contour is enabled
// 4 bit texture types - all luminance textures (no alpha), only seem to be enabled when contour is enabled ( white = contour value )
//
case 8: // low byte, low nibble

View file

@ -9,9 +9,6 @@
namespace New3D {
#define REAL_SHEET_WIDTH 2048
#define REAL_SHEET_HEIGHT 2048
class TextureSheet
{
public: