Graham Northup %!s(int64=6) %!d(string=hai) anos
pai
achega
daa14d2313
Modificáronse 1 ficheiros con 2 adicións e 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())
-    }
+    } */
 }