diff --git a/include/stdex/wav.hpp b/include/stdex/wav.hpp index 7dcb56811..28b15916c 100644 --- a/include/stdex/wav.hpp +++ b/include/stdex/wav.hpp @@ -465,7 +465,6 @@ namespace stdex if (!stdex::idrec::record::find(dat, block_end)) return false; - // Preberemo dolžino elementa. length_t size; dat >> size; if (!dat.ok()) _Unlikely_ @@ -545,7 +544,6 @@ namespace stdex while (dat.tell() < block_end) { stdex::stream::fpos_t found_block_end; if (find_first(dat, *(const id_t*)"adtl", block_end, &found_block_end)) { - // Preberemo vse zapise seznama. while (dat.tell() < found_block_end) { id_t id; dat >> id;