Graham Northup hace 6 años
padre
commit
daa14d2313
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/seq/mod.rs

+ 2 - 2
src/seq/mod.rs

@@ -216,7 +216,7 @@ pub struct 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())
-    }
+    } */
 }