]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-property.cc
Issue 4134: Remove trivial print_smob member functions
[lilypond.git] / lily / context-property.cc
index 369037381aba5b67ef8d5f01996c1d6e357ed9ba..7dba9d6e8506b0aa1d127136d321dbe80a0fc46b 100644 (file)
@@ -66,7 +66,6 @@ typecheck_grob (SCM symbol, SCM value)
 class Grob_properties : public Simple_smob<Grob_properties>
 {
 public:
-  static int print_smob (SCM, SCM, scm_print_state *);
   SCM mark_smob ();
   static const char type_p_name_[];
 private:
@@ -106,14 +105,6 @@ Grob_properties::mark_smob ()
   return cooked_from_;
 }
 
-int
-Grob_properties::print_smob (SCM /*smob*/, SCM port, scm_print_state *)
-{
-  scm_puts ("#<Grob_properties>", port);
-
-  return 1;
-}
-
 LY_DEFINE (ly_make_grob_properties, "ly:make-grob-properties",
            1, 0, 0, (SCM alist),
            "This packages the given property list @var{alist} in"