From 5e20ff3a3ce92141d61265166e07e15c5bd4381f Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 31 Oct 1996 21:36:17 +0000 Subject: [PATCH] lilypond-0.0.6 --- symtable.hh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/symtable.hh b/symtable.hh index 73c4079e70..a1443a7d3b 100644 --- a/symtable.hh +++ b/symtable.hh @@ -13,12 +13,7 @@ struct Symtable : public Assoc { struct Symtables : private Assoc { - String fname; - bool done_reading; - Symtables(String s) : fname (s) { - done_reading = false; - } - void read() ; + void read(Text_db&) ; Symtable* operator()(String s); }; -- 2.39.5