]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.71pre
authorfred <fred>
Sun, 24 Mar 2002 19:52:09 +0000 (19:52 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:52:09 +0000 (19:52 +0000)
lily/interpreter.cc [deleted file]

diff --git a/lily/interpreter.cc b/lily/interpreter.cc
deleted file mode 100644 (file)
index 15f400b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
-  interpreter.cc -- implement Interpreter
-
-  source file of the GNU LilyPond music typesetter
-
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
-*/
-
-#include <assert.h>
-#include "interpreter.hh"
-
-Interpreter::Interpreter()
-{
-    music_list_i_ =0;
-}
-
-Interpreter::~Interpreter()
-{
-//    assert(!music_list_i_ );
-}