remove half assed code

This commit is contained in:
2025-01-28 16:42:31 -06:00
parent f5d6c071bf
commit 9982dadd58
27 changed files with 40 additions and 4060 deletions

View File

@@ -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,