mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
Remove unnecessary assertion
This commit is contained in:
parent
cca20f4e68
commit
9129a19c8a
@ -628,8 +628,6 @@ void SqliteSampleBlock::Load(SampleBlockID sbid)
|
||||
|
||||
void SqliteSampleBlock::Commit(Sizes sizes)
|
||||
{
|
||||
wxASSERT( !IsSilent() );
|
||||
|
||||
const auto mSummary256Bytes = sizes.first;
|
||||
const auto mSummary64kBytes = sizes.second;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user