]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
Fix define-markup error messages
[lilypond.git] / lily / general-scheme.cc
index e0a21527b0510fa66a463a68300496d7ef78a678..8b5766387e0de808afe9c81d567c5cd9dfc16844 100644 (file)
@@ -88,8 +88,6 @@ LY_DEFINE (ly_error, "ly:error",
           "  The error is formatted with @code{format} and @var{rest}.")
 {
   LY_ASSERT_TYPE (scm_is_string, str, 1);
-  if (scm_is_pair(scm_car(rest)))
-    rest=scm_car(rest);
   str = scm_simple_format (SCM_BOOL_F, str, rest);
   error (ly_scm2string (str));
   return SCM_UNSPECIFIED;