]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scope.hh
release: 1.3.39
[lilypond.git] / lily / include / scope.hh
index fb3f1405354b8f8d53ec1b4e7f42779011071fcf..19f5313536f5a3a784ce6846de0d11061db0e3a8 100644 (file)
@@ -17,7 +17,6 @@ class Protected_scm;
 class Scope {
   Hash_table<Protected_scm,Identifier*> *id_dict_;
 public:
-  void print () const;
   bool elem_b (String ) const;
   bool elem_b (SCM s) const;
   Identifier *&elem (String);