Graham Northup 6 anni fa
parent
commit
daa14d2313
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/seq/mod.rs

+ 2 - 2
src/seq/mod.rs

@@ -216,7 +216,7 @@ pub struct IV {
 }
 }
 
 
 impl IV {
 impl IV {
-    fn iter_streams(&self) -> impl Iterator<Item=&NoteStream> {
+    /* fn iter_streams(&self) -> impl Iterator<Item=&NoteStream> {
         self.groups.values().chain(iter::once(&self.default_group)).flat_map(|x| x.iter())
         self.groups.values().chain(iter::once(&self.default_group)).flat_map(|x| x.iter())
-    }
+    } */
 }
 }