diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llevent.h | 7 |
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 | ||
189 | class LLSimpleListenerObservable : public LLObservable, public LLSimpleListener | ||
190 | { | ||
191 | public: | ||
192 | virtual bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) = 0; | ||
193 | }; | ||
194 | |||
195 | class LLValueChangedEvent : public LLEvent | 188 | class LLValueChangedEvent : public LLEvent |
196 | { | 189 | { |
197 | public: | 190 | public: |