summaryrefslogtreecommitdiff
path: root/src/sound_asset_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_asset_writer.h')
-rw-r--r--src/sound_asset_writer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sound_asset_writer.h b/src/sound_asset_writer.h
index d2eba024..b024749f 100644
--- a/src/sound_asset_writer.h
+++ b/src/sound_asset_writer.h
@@ -78,7 +78,7 @@ private:
friend class SoundAsset;
friend struct ::sync_test1;
- SoundAssetWriter (SoundAsset *, boost::filesystem::path, std::vector<Channel> active_channels, bool sync);
+ SoundAssetWriter (SoundAsset *, boost::filesystem::path, bool sync);
void start ();
void write_current_frame ();
@@ -99,8 +99,6 @@ private:
/** index of the sync packet (0-3) which starts the next edit unit */
int _sync_packet = 0;
FSK _fsk;
-
- std::vector<Channel> _active_channels;
};
}