]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
(get_paper_systems): uniq all_elements_ , to
[lilypond.git] / lily / lily-guile.cc
index 065ea388eedf3054a4f063adb5586350f1cf09f9..e44e47f4be27f6f30b64817b760191a678e4441f 100644 (file)
@@ -498,7 +498,9 @@ scm_default_compare (void const *a, void const *b)
   return pa < pb ? -1 : 1;
 }
 
-/*  Modify LST in place: qsort it.  */
+/*  Modify LST in place: qsort it.
+
+FIXME: unused, junk? */
 SCM
 ly_list_qsort_uniq_x (SCM lst)
 {