From: fred Date: Wed, 11 Dec 1996 21:02:37 +0000 (+0000) Subject: lilypond-0.0.16 X-Git-Tag: release/1.5.59~6614 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=69ac329c229842398ae77eaeca8151f82e39c3a0;p=lilypond.git lilypond-0.0.16 --- diff --git a/src/getcommands.cc b/src/getcommands.cc index 8a133bdd5c..1ac2cc0bcb 100644 --- a/src/getcommands.cc +++ b/src/getcommands.cc @@ -3,18 +3,6 @@ #include "parseconstruct.hh" #include "command.hh" -Command* -get_key_interpret_command(svec 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(svecwhich) {