]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
More C++.
[lilypond.git] / lily / font-metric.cc
index 9901f4c38292987ab9376ac524d1c2e2e53a8a6c..d9ccecbc91430826aae2eb90db2fdd400ac35217 100644 (file)
@@ -185,9 +185,8 @@ Font_metric::word_stencil (string str) const
 }
 
 Stencil
-Font_metric::text_stencil (string str) const
+Font_metric::text_stencil (string /* str */) const
 {
-  (void) str;
   programming_error("Cannot get a text stencil from this font");
   return Stencil (Box (), SCM_EOL);
 }