Commit 470a360d authored by anotherguest's avatar anotherguest

cosf not used in code

parent 318801ba
...@@ -114,13 +114,6 @@ TUid COpenJazzApp::AppDllUid() const { ...@@ -114,13 +114,6 @@ TUid COpenJazzApp::AppDllUid() const {
return TUid::Uid(0xA000A005); return TUid::Uid(0xA000A005);
} }
float cosf(float value)
{
TReal ret;
Math::Cos(ret, value);
return ret;
}
float sinf(float value) float sinf(float value)
{ {
TReal ret; TReal ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment