diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-04 11:35:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-04 11:35:58 +0100 |
| commit | e1e4934599bc244817ae63f4bc9f4a2ba81b1a29 (patch) | |
| tree | ef7c923fac4e64131acc3ccfddc0dddeff0ab428 /src/sound_asset.cc | |
| parent | 02a275302dc62e4af3a9dc6873e1dd08022bfabf (diff) | |
Remove _finalized check from picture writer too.
Diffstat (limited to 'src/sound_asset.cc')
| -rw-r--r-- | src/sound_asset.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc index 3335f2e3..efef3ba7 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -401,8 +401,3 @@ SoundAssetWriter::finalize () _asset->set_intrinsic_duration (_frames_written); _asset->set_duration (_frames_written); } - -SoundAssetWriter::~SoundAssetWriter () -{ - -} |
