Skip to content

Commit

Permalink
Merge pull request #4495 from rosco54/Unused_variables
Browse files Browse the repository at this point in the history
Remove declared but unused variables
  • Loading branch information
junedchhipa committed May 30, 2024
2 parents 019951e + 3f29c60 commit 5883ca1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/Scales.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,6 @@ export default class Scales {
const gl = this.w.globals
const cnf = this.w.config

const minYArr = gl.minYArr
const maxYArr = gl.maxYArr

// The current config method to map multiple series to a y axis is to
// include one yaxis config per series but set each yaxis seriesName to the
// same series name. This relies on indexing equivalence to map series to
Expand Down

0 comments on commit 5883ca1

Please sign in to comment.