Browse Source

sb_celp: drop unused sqr define

Caught by -Wunused-macros
Tristan Matthews 6 months ago
parent
commit
5a4683af55
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libspeex/sb_celp.c

+ 0 - 3
libspeex/sb_celp.c

@@ -64,9 +64,6 @@
 
 #ifndef DISABLE_WIDEBAND
 
-
-#define sqr(x) ((x)*(x))
-
 #define SUBMODE(x) st->submodes[st->submodeID]->x
 
 #ifdef FIXED_POINT