diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-11 11:19:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 16:44:25 +0100 |
| commit | 3ac58e7f18a14d9950fcc9fe5c19a3ddc8aed571 (patch) | |
| tree | d29c7a25fdd8acdaa49b2cc00bb07e2f7130e2a1 /src/pinkwave.cpp | |
| parent | 8ec31f1e14c00e7b21ae38228d3b410dafd9594d (diff) | |
Remove some unused variables.
Diffstat (limited to 'src/pinkwave.cpp')
| -rw-r--r-- | src/pinkwave.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pinkwave.cpp b/src/pinkwave.cpp index 293d033..85e59ba 100644 --- a/src/pinkwave.cpp +++ b/src/pinkwave.cpp @@ -203,7 +203,6 @@ make_pink_wav_file(CommandOptions& Options) { ui32_t write_count = 0; ui32_t duration = 0; - byte_t scaled_pink[sizeof(ui32_t)]; while ( ASDCP_SUCCESS(result) && (duration++ < Options.duration) ) { |
