mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-19 17:53:28 +00:00
Fixed compiler warning
This commit is contained in:
@@ -122,8 +122,6 @@ ILibDuktape_EventEmitter* ILibDuktape_EventEmitter_GetEmitter_fromObject(duk_con
|
||||
}
|
||||
void ILibDuktape_EventEmitter_FinalizerEx(ILibHashtable sender, void *Key1, char* Key2, int Key2Len, void *Data, void *user)
|
||||
{
|
||||
ILibDuktape_EventEmitter *data = (ILibDuktape_EventEmitter*)user;
|
||||
|
||||
if (Key1 == NULL)
|
||||
{
|
||||
// If this is NULL, then 'Data' is a LinkedList of JavaScript Subscribers
|
||||
|
||||
Reference in New Issue
Block a user