remove half assed code
This commit is contained in:
@@ -5541,10 +5541,7 @@ JSC_CCALL(profile_best_t,
|
||||
return JS_NewString(js,result);
|
||||
)
|
||||
|
||||
JSC_CCALL(profile_now, return number2js(js, SDL_GetTicksNS()/1000000000.f))
|
||||
|
||||
static const JSCFunctionListEntry js_profile_funcs[] = {
|
||||
MIST_FUNC_DEF(profile,now,0),
|
||||
MIST_FUNC_DEF(profile,best_t, 1),
|
||||
MIST_FUNC_DEF(profile,gather_rate,1),
|
||||
MIST_FUNC_DEF(profile,gather_stop,0),
|
||||
@@ -7303,13 +7300,13 @@ static ModuleEntry module_registry[] = {
|
||||
MISTLINE(os),
|
||||
MISTLINE(input),
|
||||
MISTLINE(time),
|
||||
MISTLINE(profile),
|
||||
MISTLINE(debug),
|
||||
// MISTLINE(profile),
|
||||
// MISTLINE(debug),
|
||||
MISTLINE(vector),
|
||||
MISTLINE(spline),
|
||||
MISTLINE(performance),
|
||||
// MISTLINE(performance),
|
||||
MISTLINE(geometry),
|
||||
MISTLINE(camera),
|
||||
// MISTLINE(camera),
|
||||
};
|
||||
|
||||
JSC_SCALL(os_use_embed,
|
||||
|
||||
Reference in New Issue
Block a user