summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
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.h
parent02a275302dc62e4af3a9dc6873e1dd08022bfabf (diff)
Remove _finalized check from picture writer too.
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h
index 5c230e06..b95b34be 100644
--- a/src/sound_asset.h
+++ b/src/sound_asset.h
@@ -37,8 +37,6 @@ class SoundAsset;
class SoundAssetWriter
{
public:
- ~SoundAssetWriter ();
-
void write (float const * const *, int);
void finalize ();