diff options
author | richard <none@none> | 2009-10-30 17:46:28 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 17:46:28 -0700 |
commit | c964f281906e760c88c4f01edc566df35291ddff (patch) | |
tree | 431bef201d87f3628c9702a5ec73ca8737d198b5 /indra/llui/llui.cpp | |
parent | 123db56856ef0451e28fe7ac7ce3bcc27d3066f1 (diff) | |
parent | b82bda605d85fe9b1ad69ce36a36de18a2924924 (diff) |
merge
Diffstat (limited to 'indra/llui/llui.cpp')
-rw-r--r-- | indra/llui/llui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index 48504a1e54..a82e6eb372 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -1953,11 +1953,6 @@ namespace LLInitParam } } - if (mData.mValue == NULL) - { - mData.mValue = LLFontGL::getFontDefault(); - } - // default to current value return mData.mValue; } |