diff options
author | Richard Linden <none@none> | 2011-04-19 20:14:34 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-04-19 20:14:34 -0700 |
commit | 6b47a5ec782257b1aba31b0c9bec8c6f3709ba6f (patch) | |
tree | deddebf3f5238cab5a91de090530e1aea4fbbb4d /indra | |
parent | 1dedd3de05503067b36096007eeb0bb6a6204587 (diff) |
fixed build
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/tests/llurlentry_stub.cpp | 3 | ||||
-rw-r--r-- | indra/llui/tests/llurlmatch_test.cpp | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/indra/llui/tests/llurlentry_stub.cpp b/indra/llui/tests/llurlentry_stub.cpp index ce80183842..75946b2416 100644 --- a/indra/llui/tests/llurlentry_stub.cpp +++ b/indra/llui/tests/llurlentry_stub.cpp @@ -140,9 +140,6 @@ namespace LLInitParam void ParamValue<LLUIColor, TypeValues<LLUIColor> >::updateBlockFromValue() {} - void TypeValues<LLUIColor>::declareValues() - {} - bool ParamCompare<const LLFontGL*, false>::equals(const LLFontGL* a, const LLFontGL* b) { return false; diff --git a/indra/llui/tests/llurlmatch_test.cpp b/indra/llui/tests/llurlmatch_test.cpp index 439d60b43d..aea605c9f2 100644 --- a/indra/llui/tests/llurlmatch_test.cpp +++ b/indra/llui/tests/llurlmatch_test.cpp @@ -114,9 +114,6 @@ namespace LLInitParam void ParamValue<LLUIColor, TypeValues<LLUIColor> >::updateBlockFromValue() {} - void TypeValues<LLUIColor>::declareValues() - {} - bool ParamCompare<const LLFontGL*, false>::equals(const LLFontGL* a, const LLFontGL* b) { return false; |