]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template5.cc
release: 0.1.61
[lilypond.git] / lily / template5.cc
index 29bb496ff4aae017b578621880444650889f85d8..98b3dc89fd9d9f6a8babc8ace553044a49f29591 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 #include <limits.h>
@@ -15,7 +15,6 @@
 #include "interval.tcc"
 
 template INTERVAL__INSTANTIATE(Rational);
-template INTERVAL__INSTANTIATE(int);
 
 #include "compare.hh"
 
@@ -33,14 +32,3 @@ Interval_t<Rational>::T_to_str (Rational a)
   return a.str ();
 }
 
-int
-Interval_t<int>::infinity()
-{
-  return INT_MAX;
-}
-
-String
-Interval_t<int>::T_to_str (int i)
-{
-  return String (i);
-}