mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Remove changes not really needed to fix warnings, and which broke some builds
This commit is contained in:
@@ -79,9 +79,6 @@ void ODFLACFile::metadata_callback(const FLAC__StreamMetadata *metadata)
|
||||
case FLAC__METADATA_TYPE_PICTURE: // ignore pictures
|
||||
case FLAC__METADATA_TYPE_UNDEFINED: // do nothing with this either
|
||||
break;
|
||||
|
||||
case FLAC__MAX_METADATA_TYPE: // suppress compiler warning
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user