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

Remove unused code #8

Open
digitalman2112 opened this issue Mar 2, 2019 · 3 comments
Open

Remove unused code #8

digitalman2112 opened this issue Mar 2, 2019 · 3 comments
Labels
cleanup Make it easier for others to use this code

Comments

@digitalman2112
Copy link
Contributor

There is code like the below - clean up!

//NOT IMPLEMENTED void actionPlayWAV(int filenum) { Serial.print("actionPlayWAV - "); Serial.println(filenum); //build filename //play wav file }

@digitalman2112 digitalman2112 added the cleanup Make it easier for others to use this code label Mar 2, 2019
@digitalman2112
Copy link
Contributor Author

Look at actionPlayNote() - there is no code to play the note, unused?

@digitalman2112
Copy link
Contributor Author

actionVideoSelect() is empty

@digitalman2112
Copy link
Contributor Author

Is playRandomSoundFile() used?

digitalman2112 pushed a commit that referenced this issue Mar 2, 2019
Updates #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Make it easier for others to use this code
Projects
None yet
Development

No branches or pull requests

1 participant