remove unused _wave_color member from waveview canvas item; use outline color for edge dots of waveforms instead of hardcoding black

This commit is contained in:
Paul Davis 2014-01-26 16:02:38 -05:00
parent b2895eaa50
commit bb05ae05a8
2 changed files with 5 additions and 7 deletions

View file

@ -138,7 +138,6 @@ private:
int _channel;
double _samples_per_pixel;
Coord _height;
Color _wave_color;
bool _show_zero;
Color _zero_color;
Color _clip_color;