1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-10 08:25:52 +01:00

More unused parameters and local variables.

This commit is contained in:
James Crook
2016-09-12 12:33:44 +01:00
parent e39cdce0fc
commit 4eeef25191
6 changed files with 11 additions and 6 deletions

View File

@@ -868,10 +868,12 @@ static float floatMax(float a, float b)
return a>b? a: b;
}
/* Unused as yet.
static int intmin(int a, int b)
{
return a<b? a: b;
}
*/
static int intmax(int a, int b)
{