]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.16
authorfred <fred>
Wed, 11 Dec 1996 21:02:37 +0000 (21:02 +0000)
committerfred <fred>
Wed, 11 Dec 1996 21:02:37 +0000 (21:02 +0000)
src/getcommands.cc

index 8a133bdd5c7ecf3a3ebb9084a21fadaffd12ac47..1ac2cc0bcb9af7deb4ddd34e0785692d3e8fc4df 100644 (file)
@@ -3,18 +3,6 @@
 #include "parseconstruct.hh"
 #include "command.hh"
 
-Command*
-get_key_interpret_command(svec<Scalar> which)
-{
-    Command*c = new Command;
-    c->code = INTERPRET;    
-    c->args= which;
-    String k("KEY");
-    c->args.insert(k,0 );
-    c->priority = 200;
-    return c;
-}
-
 Command*
 get_key_typeset_command(svec<Scalar>which)
 {