vorbis icon indicating copy to clipboard operation
vorbis copied to clipboard

Remove unused variable y2b from fit_line

Open jhasse opened this issue 1 year ago • 0 comments

Found via clang warning:

warning: variable 'y2b' set but not used [-Wunused-but-set-variable]
  458 |   double xb=0,yb=0,x2b=0,y2b=0,xyb=0,bn=0;
```

jhasse avatar Sep 13 '24 13:09 jhasse