diff options
| author | Richard Linden <none@none> | 2011-11-28 22:30:12 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-11-28 22:30:12 -0800 |
| commit | 700277e00aa83506808f2128705143d7ae4937bd (patch) | |
| tree | 3af576b166bd82f80dbd6552df6bfeebf6114cf1 /indra/llui/tests/llurlmatch_test.cpp | |
| parent | 6293746b59a4368d6e95b8c4e0951cd217aeee2b (diff) | |
removed unneeded changeversion tracking in param blocks in favor of a simpler dirty bit
Diffstat (limited to 'indra/llui/tests/llurlmatch_test.cpp')
| -rw-r--r-- | indra/llui/tests/llurlmatch_test.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llui/tests/llurlmatch_test.cpp b/indra/llui/tests/llurlmatch_test.cpp index 627f3129e9..7183413463 100644 --- a/indra/llui/tests/llurlmatch_test.cpp +++ b/indra/llui/tests/llurlmatch_test.cpp @@ -63,9 +63,6 @@ S32 LLUIImage::getHeight() const namespace LLInitParam { - BaseBlock::BaseBlock() {} - BaseBlock::~BaseBlock() {} - BlockDescriptor::BlockDescriptor() {} ParamDescriptor::ParamDescriptor(param_handle_t p, merge_func_t merge_func, @@ -77,8 +74,6 @@ namespace LLInitParam S32 max_count){} ParamDescriptor::~ParamDescriptor() {} - void BaseBlock::paramChanged(const Param& last_param, bool user_provided) {} - void BaseBlock::addParam(BlockDescriptor& block_data, const ParamDescriptorPtr in_param, const char* char_name){} param_handle_t BaseBlock::getHandleFromParam(const Param* param) const {return 0;} void BaseBlock::addSynonym(Param& param, const std::string& synonym) {} |
