]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove redundant declaration.
authorWerner Lemberg <wl@gnu.org>
Tue, 23 Dec 2008 13:23:18 +0000 (14:23 +0100)
committerWerner Lemberg <wl@gnu.org>
Tue, 23 Dec 2008 13:23:18 +0000 (14:23 +0100)
lily/duration-scheme.cc
lily/include/freetype.hh

index a90fb1fda81079f6a8b95659e1bfb25a36add4ee..fe027dcf26155f7f45f3627b1192af0802ebe31e 100644 (file)
@@ -58,7 +58,7 @@ LY_DEFINE (ly_make_duration, "ly:make-duration",
   int dots = 0;
   if (dotcount != SCM_UNDEFINED)
     {
-      LY_ASSERT_TYPE (scm_is_integer, dotcount,2);
+      LY_ASSERT_TYPE (scm_is_integer, dotcount, 2);
       dots = scm_to_int (dotcount);
     }
 
index 48805096363f5c123897f856924563406d069420..3b6d830977a8c815a5a8f54c5139c3e9d558aced 100644 (file)
@@ -17,9 +17,6 @@
 void init_freetype ();
 extern FT_Library freetype2_library;
 
-FT_Face open_ft_face (string str);
-
 string freetype_error_string (int code);
 
 #endif /* FREETYPE_HH */
-