]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.6
authorfred <fred>
Fri, 1 Nov 1996 12:33:34 +0000 (12:33 +0000)
committerfred <fred>
Fri, 1 Nov 1996 12:33:34 +0000 (12:33 +0000)
keyword.hh

index 42267ef57a5cb29167ffc12eed102022590763bf..df4547ad7698dd82ae3b8a9ec4a66a1dc3f7a0fe 100644 (file)
@@ -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();
-};