From: fred Date: Fri, 1 Nov 1996 12:33:34 +0000 (+0000) Subject: lilypond-0.0.6 X-Git-Tag: release/1.5.59~6986 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b19c1aef2166fa785a9cacf8e1aa334bfe2467c0;p=lilypond.git lilypond-0.0.6 --- diff --git a/keyword.hh b/keyword.hh index 42267ef57a..df4547ad76 100644 --- a/keyword.hh +++ b/keyword.hh @@ -12,12 +12,3 @@ struct Keyword_table Keyword_table(Keyword_ent *); int lookup(const char *s) const; }; - -struct Identifier -{ - void *data; - int type; - - Identifier(); - ~Identifier(); -};