Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More unused variables #173

Open
ollie-iterators opened this issue Nov 16, 2022 · 0 comments
Open

More unused variables #173

ollie-iterators opened this issue Nov 16, 2022 · 0 comments

Comments

@ollie-iterators
Copy link

ollie-iterators commented Nov 16, 2022

Unused Variables:

  1. The variable splitMessage (var splitMessage = "";) on line 1581 of tandi.js is not being used.
  2. var cellCount = 0; (Line 85 of tandi.js)
    a. NOTE:This variable has some code that changes its value later, so if this variable is removed the lower uses of it should be removed also
  3. var langOfPartsCount = 0; (Line 352 in sandi.js)
    a. NOTE:This variable has some code that changes its value later, so if this variable is removed the lower uses of it should be removed also
  4. cssDisplay (Defined on line 205 of handi.js)
    a. NOTE:This variable has some code that changes its value later, so if this variable is removed the lower uses of it should be removed also

Fixes for previously removed variables:

  1. The variable that was removed recently (headersText) is referenced in a comment on line 1573
@ollie-iterators ollie-iterators changed the title splitMessage is not being used in tandi.js More unused variables Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant