From 91ffe3f63386feab77067a959ff80b35089441c7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 8 Dec 2023 18:41:45 +0100 Subject: [PATCH] wav: cleanup Signed-off-by: Simon Rozman --- include/stdex/wav.hpp | 2 -- 1 file changed, 2 deletions(-) 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;