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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user