mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
remove this too
This commit is contained in:
parent
4e85be6a68
commit
cc1466ec09
|
@ -383,7 +383,7 @@ void codec_terminate_session ( CodecState *cs )
|
|||
free(cs);
|
||||
}
|
||||
|
||||
static inline float calculate_sum_sq (int16_t *n, uint16_t k)
|
||||
static float calculate_sum_sq (int16_t *n, uint16_t k)
|
||||
{
|
||||
float result = 0;
|
||||
uint16_t i = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user