]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/interpretation-context-handle.cc
*** empty log message ***
[lilypond.git] / lily / interpretation-context-handle.cc
index bb8175bc0208fb4edbd8c4698d211f0ad8b282f1..e7af7e85bf80e72af605114684153c2bc2efe895 100644 (file)
@@ -21,13 +21,6 @@ Interpretation_context_handle::Interpretation_context_handle (Interpretation_con
     up (s.outlet_);
 }
 
-Interpretation_context_handle*
-Interpretation_context_handle::clone () const
-{
-  Interpretation_context_handle* handle = new Interpretation_context_handle;
-  handle->outlet_ = this->outlet_;
-  return handle;
-}
 
 Interpretation_context_handle::~Interpretation_context_handle ()
 {