diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llrender/llrendertarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llrender/llrendertarget.h b/linden/indra/llrender/llrendertarget.h index 69af1ea..d5d809b 100644 --- a/linden/indra/llrender/llrendertarget.h +++ b/linden/indra/llrender/llrendertarget.h | |||
@@ -121,7 +121,6 @@ public: | |||
121 | U32 getTexture(U32 attachment = 0) const; | 121 | U32 getTexture(U32 attachment = 0) const; |
122 | 122 | ||
123 | U32 getDepth(void) const { return mDepth; } | 123 | U32 getDepth(void) const { return mDepth; } |
124 | BOOL hasStencil() const { return mStencil; } | ||
125 | 124 | ||
126 | void bindTexture(U32 index, S32 channel); | 125 | void bindTexture(U32 index, S32 channel); |
127 | 126 | ||