diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-03-29 11:01:27 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-03-29 11:01:27 -0400 | 
| commit | 4c3377a45abe3c8b2a0e376c62045a8f1260da08 (patch) | |
| tree | d2741bd2f6ed4dc39b10ca48958ef61663a0cd06 /indra | |
| parent | 9521fdabf42c7882653bf3a5f65caa258203e9d6 (diff) | |
remove autocorrect stub from unit test (should no longer be needed?)
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/integration_tests/llui_libtest/llui_libtest.cpp | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/indra/integration_tests/llui_libtest/llui_libtest.cpp b/indra/integration_tests/llui_libtest/llui_libtest.cpp index af0cb7c301..217e26c3ca 100644 --- a/indra/integration_tests/llui_libtest/llui_libtest.cpp +++ b/indra/integration_tests/llui_libtest/llui_libtest.cpp @@ -31,7 +31,6 @@  #include "llwidgetreg.h"  // linden library includes -#include "llautocorrect.h"  #include "llcontrol.h"		// LLControlGroup  #include "lldir.h"  #include "lldiriterator.h" @@ -108,16 +107,6 @@ public:  };  TestImageProvider gTestImageProvider; -// Mock Autocorrect -AutoCorrect* AutoCorrect::getInstance() -{ -	return NULL; -} -std::string AutoCorrect::replaceWord(std::string currentWord) -{ -	return currentWord; -} -  static std::string get_xui_dir()  {  	std::string delim = gDirUtilp->getDirDelimiter(); | 
