--- deliantra/server/server/plugins.C 2006/12/23 13:56:25 1.34 +++ deliantra/server/server/plugins.C 2006/12/25 11:25:49 1.35 @@ -2883,18 +2883,7 @@ void * cfapi_object_clear (int *type, ...) { - va_list args; - object *op; - - va_start (args, type); - - op = va_arg (args, object *); - - va_end (args); - - op->clear (); - *type = CFAPI_NONE; - return NULL; + abort (); } void * @@ -2937,16 +2926,7 @@ void * cfapi_object_clean_object (int *type, ...) { - va_list args; - object *op; - - va_start (args, type); - op = va_arg (args, object *); - - clean_object (op); - va_end (args); - *type = CFAPI_NONE; - return NULL; + abort (); } void *