]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/template9.cc
release: 0.1.65
[lilypond.git] / mi2mu / template9.cc
index 3f9dba334f7fcadeda104401e246edd215d89eb3..06d53f9aceca125b478880e7d21d1135bf4b8f1d 100644 (file)
@@ -30,29 +30,3 @@ POINTERLIST_INSTANTIATE(Mudela_staff);
 POINTERLIST_INSTANTIATE(Mudela_voice);
 POINTERLIST_INSTANTIATE(Mudela_column);
 POINTERLIST_INSTANTIATE(Mudela_score);
-
-#if 0
-/* 
-   what gcc version?
-   they're in lib/template.cc too, and break linux/gcc-2.7.2 
-   are you sure they must be here too?
-
-   for now, i'll just change the switch in lib/template.cc
-   jcn
-
- */
-
-#if defined (__linux__) && && __GNUC_MINOR__ < 8
-
-#include "list.tcc"
-
-// template class List<void *>;
-// template class Cursor<void *>;
-
-// this should work too, and
-LIST_INSTANTIATE (void *);
-
-#endif
-
-#endif
-