Skip to content

Commit

Permalink
CI-Build 2022-08-18
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Aug 18, 2022
2 parents 00ee2b1 + 8169f0c commit 34d339c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/audio_renderer_waveform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ void AudioWaveformRenderer::Render(wxBitmap &bmp, int start, AudioRenderingStyle

double cur_sample = start * pixel_samples;

assert(provider->GetBytesPerSample() == 2);
assert(provider->GetChannels() == 1);

wxPen pen_peaks(wxPen(pal->get(0.4f)));
wxPen pen_avgs(wxPen(pal->get(0.7f)));

Expand Down

0 comments on commit 34d339c

Please sign in to comment.