summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-19 13:56:44 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-19 13:56:44 +0000
commitafd30a8bb02863cb9325a8863e8069f88355db57 (patch)
tree69e5ef1ed4aba861dfa14bb154397110c7c62884 /indra
parent8d571f05957f79d06073676d36c5914ba3ea40b2 (diff)
fix warning introduced from trunk merge.
Diffstat (limited to 'indra')
-rw-r--r--indra/llrender/llfontgl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llrender/llfontgl.cpp b/indra/llrender/llfontgl.cpp
index 32ebbd1e3b..867d14c855 100644
--- a/indra/llrender/llfontgl.cpp
+++ b/indra/llrender/llfontgl.cpp
@@ -247,10 +247,6 @@ S32 LLFontGL::render(const LLWString &wstr, S32 begin_offset, F32 x, F32 y, cons
}
}
-
- // Remember last-used texture to avoid unnecesssary bind calls.
- LLImageGL *last_bound_texture = NULL;
-
const LLFontGlyphInfo* next_glyph = NULL;
for (i = begin_offset; i < begin_offset + length; i++)