Remove unused function musicclass::processmusicfade()

It's a function that does nothing, and is also used by nothing.
This commit is contained in:
Misa
2020-04-02 18:03:42 -07:00
committed by Ethan Lee
parent eea2232c12
commit d3cdd33605
2 changed files with 0 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ public:
void silencedasmusik();
void fadeMusicVolumeIn(int ms);
void fadeout();
void processmusicfade();
void processmusicfadein();
void processmusic();
void niceplay(int t);