]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/change-translator.cc
patch::: 1.3.103.jcn5
[lilypond.git] / lily / change-translator.cc
index 10a5c61d44948568f87e81166e53232102c7525f..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,19 +0,0 @@
-/*
-  change-translator.cc -- implement Change_translator
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-#include "change-translator.hh"
-#include "debug.hh"
-
-
-
-void
-Change_translator::do_print () const
-{
-  DOUT << "change " << change_to_type_str_ << " to " << change_to_id_str_ ;
-}
-