PcmUtils: remove unused clamp functions
This commit is contained in:
parent
86a0f9cf9b
commit
469e233428
@ -87,18 +87,4 @@ PcmClamp(U x)
|
|||||||
return T(x);
|
return T(x);
|
||||||
}
|
}
|
||||||
|
|
||||||
gcc_const
|
|
||||||
static inline int16_t
|
|
||||||
pcm_clamp_16(int x)
|
|
||||||
{
|
|
||||||
return PcmClamp<int16_t, int, 16>(x);
|
|
||||||
}
|
|
||||||
|
|
||||||
gcc_const
|
|
||||||
static inline int32_t
|
|
||||||
pcm_clamp_24(int x)
|
|
||||||
{
|
|
||||||
return PcmClamp<int32_t, int, 24>(x);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user