summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiletex.h
diff options
context:
space:
mode:
authorIxtli <cg@325i.org>2010-03-03 02:46:48 +0900
committerEnne Walker <ennewalker@users.sourceforge.net>2010-04-24 10:19:40 -0400
commit8ff26898431bf4507a072a12077702a13c3d4030 (patch)
tree3f6c218d975750434e43359310bf5db20f6e7704 /crawl-ref/source/tiletex.h
parentef69303d12fe064332616c431f33fc69a3c740a9 (diff)
downloadcrawl-ref-8ff26898431bf4507a072a12077702a13c3d4030.tar.gz
crawl-ref-8ff26898431bf4507a072a12077702a13c3d4030.zip
Moved MipMapOptions to glwrapper for modularity
Diffstat (limited to 'crawl-ref/source/tiletex.h')
-rw-r--r--crawl-ref/source/tiletex.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/tiletex.h b/crawl-ref/source/tiletex.h
index c95067a3fe..3d8070a092 100644
--- a/crawl-ref/source/tiletex.h
+++ b/crawl-ref/source/tiletex.h
@@ -35,13 +35,6 @@ public:
GenericTexture();
virtual ~GenericTexture();
- enum MipMapOptions
- {
- MIPMAP_CREATE,
- MIPMAP_NONE,
- MIPMAP_MAX
- };
-
// Arbitrary post-load texture processing
typedef bool(*tex_proc_func)(unsigned char *pixels, unsigned int w,
unsigned int h);