Skip to content
Snippets Groups Projects
Commit fc849873 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Remove dangling LLEVENTS_LISTENER_ARITY control

parent ca1356d4
No related branches found
No related tags found
No related merge requests found
...@@ -45,10 +45,12 @@ ...@@ -45,10 +45,12 @@
#include "llsingleton.h" #include "llsingleton.h"
#include "lldependencies.h" #include "lldependencies.h"
/*==========================================================================*|
// override this to allow binding free functions with more parameters // override this to allow binding free functions with more parameters
#ifndef LLEVENTS_LISTENER_ARITY #ifndef LLEVENTS_LISTENER_ARITY
#define LLEVENTS_LISTENER_ARITY 10 #define LLEVENTS_LISTENER_ARITY 10
#endif #endif
|*==========================================================================*/
// hack for testing // hack for testing
#ifndef testable #ifndef testable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment