X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-property.cc;h=534fced49aacc813db06a76a0d63c4768516fc14;hb=512fc5ece5ff691520bf93badaa0a77a46370839;hp=87bfbc5b9d842d9fe0771da958b0054c85e4a4d4;hpb=8cce5dd067a8a2bab508f5abebc3955db8837bbf;p=lilypond.git diff --git a/lily/context-property.cc b/lily/context-property.cc index 87bfbc5b9d..534fced49a 100644 --- a/lily/context-property.cc +++ b/lily/context-property.cc @@ -24,7 +24,6 @@ #include "international.hh" #include "item.hh" #include "main.hh" -#include "simple-closure.hh" #include "smobs.hh" #include "spanner.hh" #include "unpure-pure-container.hh" @@ -59,7 +58,6 @@ typecheck_grob (SCM symbol, SCM value) return typecheck_grob (symbol, upc->unpure_part ()) && typecheck_grob (symbol, upc->pure_part ()); return ly_is_procedure (value) - || unsmob (value) || type_check_assignment (symbol, value, ly_symbol2scm ("backend-type?")); }