visualizer: simplify DrawSoundWave

This commit is contained in:
Andrzej Rybczak
2014-10-26 19:10:37 +01:00
parent 565b93c6cd
commit dfc55789d8
2 changed files with 51 additions and 38 deletions

View File

@@ -64,7 +64,6 @@ protected:
virtual bool isLockable() OVERRIDE { return true; }
private:
NC::Color toColor( size_t, size_t);
void DrawSoundWave(int16_t *, ssize_t, size_t, size_t);
void DrawSoundWaveFill(int16_t *, ssize_t, size_t, size_t);
void DrawSoundWaveStereo(int16_t *, int16_t *, ssize_t, size_t);