summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper-ogl.h
diff options
context:
space:
mode:
authorEnne Walker <enne.walker@gmail.com>2010-05-14 12:50:55 -0400
committerEnne Walker <enne.walker@gmail.com>2010-05-14 18:18:54 -0400
commita9d79ac529bee0a27b15aaec8124ac324fc21389 (patch)
tree698fe7ee083ef6fc7a5ca6f8ff307925178464e7 /crawl-ref/source/glwrapper-ogl.h
parent6d0f71ae6f14191940493c0b7465230b1d6c4210 (diff)
downloadcrawl-ref-a9d79ac529bee0a27b15aaec8124ac324fc21389.tar.gz
crawl-ref-a9d79ac529bee0a27b15aaec8124ac324fc21389.zip
Add "current colour" to GLState.
This simplifies code that was setting and unsetting the global current colour manually.
Diffstat (limited to 'crawl-ref/source/glwrapper-ogl.h')
-rw-r--r--crawl-ref/source/glwrapper-ogl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/glwrapper-ogl.h b/crawl-ref/source/glwrapper-ogl.h
index 7cafab490a..596b2da0cc 100644
--- a/crawl-ref/source/glwrapper-ogl.h
+++ b/crawl-ref/source/glwrapper-ogl.h
@@ -19,8 +19,6 @@ public:
virtual void set_transform(const GLW_3VF *trans = NULL,
const GLW_3VF *scale = NULL);
virtual void reset_transform();
- virtual void set_current_color(GLW_3VF &color);
- virtual void set_current_color(VColour &color);
// Texture-specific functinos
virtual void delete_textures(size_t count, unsigned int *textures);