summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llcommon/lleventapi.h4
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: