diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 13:16:33 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 13:16:33 -0500 |
commit | fc849873abb839b013efbae5e44b150d4be1f236 (patch) | |
tree | 13319d0112134f5af6ae7ca9a82b3f5622b9eeca /indra/llcommon/llevents.h | |
parent | ca1356d4655223781b5e317b430c67fcb081249c (diff) |
Remove dangling LLEVENTS_LISTENER_ARITY control
Diffstat (limited to 'indra/llcommon/llevents.h')
-rw-r--r-- | indra/llcommon/llevents.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llevents.h b/indra/llcommon/llevents.h index 192d79b27d..f52cf33fd8 100644 --- a/indra/llcommon/llevents.h +++ b/indra/llcommon/llevents.h @@ -45,10 +45,12 @@ #include "llsingleton.h" #include "lldependencies.h" +/*==========================================================================*| // override this to allow binding free functions with more parameters #ifndef LLEVENTS_LISTENER_ARITY #define LLEVENTS_LISTENER_ARITY 10 #endif +|*==========================================================================*/ // hack for testing #ifndef testable |