More unused code.
git-svn-id: svn://localhost/ardour2/branches/3.0@10807 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
45cc96f9d1
commit
41b4e0a61c
@ -757,15 +757,3 @@ vstfx_event_loop_remove_plugin (VSTState* vstfx)
|
||||
}
|
||||
}
|
||||
|
||||
float
|
||||
htonf (float v)
|
||||
{
|
||||
float result;
|
||||
char * fin = (char*)&v;
|
||||
char * fout = (char*)&result;
|
||||
fout[0] = fin[3];
|
||||
fout[1] = fin[2];
|
||||
fout[2] = fin[1];
|
||||
fout[3] = fin[0];
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user