aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/metapropertyt.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/metapropertyt.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/linden/indra/llcommon/metapropertyt.h b/linden/indra/llcommon/metapropertyt.h
index 5c25ec4..73c2a7a 100644
--- a/linden/indra/llcommon/metapropertyt.h
+++ b/linden/indra/llcommon/metapropertyt.h
@@ -86,13 +86,6 @@ inline const LLReflective* LLMetaPropertyT<std::string>::get(const LLReflective*
86} 86}
87 87
88template <> 88template <>
89inline const LLReflective* LLMetaPropertyT<LLString>::get(const LLReflective* object) const
90{
91 checkObjectClass(object);
92 return NULL;
93}
94
95template <>
96inline const LLReflective* LLMetaPropertyT<LLUUID>::get(const LLReflective* object) const 89inline const LLReflective* LLMetaPropertyT<LLUUID>::get(const LLReflective* object) const
97{ 90{
98 checkObjectClass(object); 91 checkObjectClass(object);
@@ -112,12 +105,6 @@ inline LLSD LLMetaPropertyT<std::string>::getLLSD(const LLReflective* object) co
112} 105}
113 106
114template <> 107template <>
115inline LLSD LLMetaPropertyT<LLString>::getLLSD(const LLReflective* object) const
116{
117 return *(getProperty(object));
118}
119
120template <>
121inline LLSD LLMetaPropertyT<LLUUID>::getLLSD(const LLReflective* object) const 108inline LLSD LLMetaPropertyT<LLUUID>::getLLSD(const LLReflective* object) const
122{ 109{
123 return *(getProperty(object)); 110 return *(getProperty(object));