From 1bdc89e6f92569e00a893193adcd86848bfaf724 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:52:09 +0000 Subject: [PATCH] lilypond-0.0.71pre --- lily/interpreter.cc | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lily/interpreter.cc 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_ ); -} -- 2.39.5