diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-06-21 14:46:59 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-06-21 14:46:59 -0400 |
commit | 490de3ab6e3a2b9dd8668c2093e265f36324f82e (patch) | |
tree | e548fea5539ee9ca8fc894febd884cc16cf7b949 | |
parent | af4fbc1f8a99a3c5370cb6db45435e67f9ce92d2 (diff) |
DRTVWR-564: We don't need LLEventAPI to befriend LazyEventAPI.
-rw-r--r-- | indra/llcommon/lleventapi.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcommon/lleventapi.h b/indra/llcommon/lleventapi.h index a019458553..25f6becd8b 100644 --- a/indra/llcommon/lleventapi.h +++ b/indra/llcommon/lleventapi.h @@ -37,8 +37,6 @@ namespace LL { - template <class EVENTAPI> - class LazyEventAPI; class LazyEventAPIParams; } @@ -52,8 +50,6 @@ class LL_COMMON_API LLEventAPI: public LLDispatchListener, { typedef LLDispatchListener lbase; typedef LLInstanceTracker<LLEventAPI, std::string> ibase; - template <class EVENTAPI> - friend class LL::LazyEventAPI; public: |