summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-04 11:35:58 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-04 11:35:58 +0100
commite1e4934599bc244817ae63f4bc9f4a2ba81b1a29 (patch)
treeef7c923fac4e64131acc3ccfddc0dddeff0ab428 /src/sound_asset.cc
parent02a275302dc62e4af3a9dc6873e1dd08022bfabf (diff)
Remove _finalized check from picture writer too.
Diffstat (limited to 'src/sound_asset.cc')
-rw-r--r--src/sound_asset.cc5
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 ()
-{
-
-}