From: fred Date: Sun, 24 Mar 2002 19:52:09 +0000 (+0000) Subject: lilypond-0.0.71pre X-Git-Tag: release/1.5.59~4211 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1bdc89e6f92569e00a893193adcd86848bfaf724;p=lilypond.git lilypond-0.0.71pre --- diff --git a/lily/interpreter.cc b/lily/interpreter.cc deleted file mode 100644 index 15f400bfc8..0000000000 --- a/lily/interpreter.cc +++ /dev/null @@ -1,20 +0,0 @@ -/* - interpreter.cc -- implement Interpreter - - source file of the GNU LilyPond music typesetter - - (c) 1997 Han-Wen Nienhuys -*/ - -#include -#include "interpreter.hh" - -Interpreter::Interpreter() -{ - music_list_i_ =0; -} - -Interpreter::~Interpreter() -{ -// assert(!music_list_i_ ); -}