summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstal <stal@zodiaclabs.org>2014-07-19 19:29:56 -0700
committerstal <stal@zodiaclabs.org>2014-07-19 19:29:56 -0700
commitcc1466ec09e12c7aeb39690a32affbd4cf3b897b (patch)
tree761950e78437bde2dec94a33946f657487894923
parent4e85be6a68e83023a200088167336ead0f8f860d (diff)
remove this too
-rw-r--r--toxav/codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/codec.c b/toxav/codec.c
index 4a12ffb2..b7ca2784 100644
--- a/toxav/codec.c
+++ b/toxav/codec.c
@@ -383,7 +383,7 @@ void codec_terminate_session ( CodecState *cs )
383 free(cs); 383 free(cs);
384} 384}
385 385
386static inline float calculate_sum_sq (int16_t *n, uint16_t k) 386static float calculate_sum_sq (int16_t *n, uint16_t k)
387{ 387{
388 float result = 0; 388 float result = 0;
389 uint16_t i = 0; 389 uint16_t i = 0;