]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-property.cc
* VERSION: 1.5.72 released
[lilypond.git] / lily / grob-property.cc
index c03e3119368c46f3570776047bf685d27fa56bde..d7158d6df510c4c80b4ae8c0f7a306cec7bc15b1 100644 (file)
@@ -13,7 +13,7 @@
 #include "paper-score.hh"
 #include "paper-def.hh"
 #include "grob.hh"
-#include "debug.hh"
+
 #include "spanner.hh"
 #include "item.hh"
 #include "misc.hh"
@@ -59,21 +59,6 @@ alists (but not the entries).
 
 // #define HASHING_FOR_MUTABLE_PROPS
 
-/*
-  Remove the value associated with KEY, and return it. The result is
-  that a next call will yield SCM_EOL (and not the underlying
-  `basic' property.
-*/
-SCM
-Grob::remove_grob_property (const char* key)
-{
-  SCM val = get_grob_property (key);
-  if (val != SCM_EOL)
-    set_grob_property (key, SCM_EOL);
-  return val;
-}
-
-
 SCM
 Grob::get_property_alist_chain (SCM def) const
 {