]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/getcommands.cc
release: 0.0.16
[lilypond.git] / 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)
 {