aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llevent.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llevent.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/linden/indra/llcommon/llevent.h b/linden/indra/llcommon/llevent.h
index 83cb79f..ef96ef7 100644
--- a/linden/indra/llcommon/llevent.h
+++ b/linden/indra/llcommon/llevent.h
@@ -185,13 +185,6 @@ protected:
185 LLPointer<LLEventDispatcher> mDispatcher; 185 LLPointer<LLEventDispatcher> mDispatcher;
186}; 186};
187 187
188// Utility mixer class which fires & handles events
189class LLSimpleListenerObservable : public LLObservable, public LLSimpleListener
190{
191public:
192 virtual bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) = 0;
193};
194
195class LLValueChangedEvent : public LLEvent 188class LLValueChangedEvent : public LLEvent
196{ 189{
197public: 190public: