summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontfreetype.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-17 15:45:18 -0700
committercallum_linden <none@none>2014-10-17 15:45:18 -0700
commit2c78c1935f43465cf0ab38817999ce5a03bcb565 (patch)
treed188914b878e018f5098ed03be6c833da2c7211a /indra/llrender/llfontfreetype.cpp
parent392d63efac66dff8b844b90804572aff454273d9 (diff)
Update to build on Xcode 6.0: more removal of unused variables [-Wunused-variable]
Diffstat (limited to 'indra/llrender/llfontfreetype.cpp')
-rwxr-xr-xindra/llrender/llfontfreetype.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llfontfreetype.cpp b/indra/llrender/llfontfreetype.cpp
index 25b1c533c1..254008fbcf 100755
--- a/indra/llrender/llfontfreetype.cpp
+++ b/indra/llrender/llfontfreetype.cpp
@@ -103,7 +103,6 @@ LLFontGlyphInfo::LLFontGlyphInfo(U32 index)
LLFontFreetype::LLFontFreetype()
: LLTrace::MemTrackable<LLFontFreetype>("LLFontFreetype"),
mFontBitmapCachep(new LLFontBitmapCache),
- mValid(FALSE),
mAscender(0.f),
mDescender(0.f),
mLineHeight(0.f),