Skip to content

Commit

Permalink
sb_celp: drop unused sqr define
Browse files Browse the repository at this point in the history
Caught by -Wunused-macros
  • Loading branch information
tmatth committed May 24, 2024
1 parent e21dea6 commit 5a4683a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libspeex/sb_celp.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@

#ifndef DISABLE_WIDEBAND


#define sqr(x) ((x)*(x))

#define SUBMODE(x) st->submodes[st->submodeID]->x

#ifdef FIXED_POINT
Expand Down

0 comments on commit 5a4683a

Please sign in to comment.