dsound: Remove unused function.
This commit is contained in:
parent
10334ed041
commit
6a9d6ef275
@ -105,15 +105,6 @@ static inline D3DVALUE RadToDeg (D3DVALUE angle)
|
|||||||
return newangle;
|
return newangle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* conversion between degrees and radians */
|
|
||||||
static inline D3DVALUE DegToRad (D3DVALUE angle)
|
|
||||||
{
|
|
||||||
D3DVALUE newangle;
|
|
||||||
newangle = angle * (2*M_PI/360);
|
|
||||||
TRACE("%f deg = %f rad\n", angle, newangle);
|
|
||||||
return newangle;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* angle between vectors - deg version */
|
/* angle between vectors - deg version */
|
||||||
static inline D3DVALUE AngleBetweenVectorsDeg (LPD3DVECTOR a, LPD3DVECTOR b)
|
static inline D3DVALUE AngleBetweenVectorsDeg (LPD3DVECTOR a, LPD3DVECTOR b)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user