]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/engraver.cc
Excise object keys from Contexts.
[lilypond.git] / lily / engraver.cc
index 7d67363c54acfaf26abc43d66fdc0ff5564d1585..365eefe006aeff6e836762887da0e3fc64b709e6 100644 (file)
@@ -112,10 +112,11 @@ Engraver::internal_make_grob (SCM symbol, SCM cause, char const *name, char cons
   (void) file;
   (void) fun;
   (void) line;
+  (void) name;
   
   SCM props = updated_grob_properties (context (), symbol);
 
-  Object_key const *key = context ()->get_grob_key (name);
+  Object_key const *key = 0;
   Grob *grob = 0;
 
   SCM handle = scm_sloppy_assq (ly_symbol2scm ("meta"), props);