From 69ac329c229842398ae77eaeca8151f82e39c3a0 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 11 Dec 1996 21:02:37 +0000 Subject: [PATCH] lilypond-0.0.16 --- src/getcommands.cc | 12 ------------ 1 file changed, 12 deletions(-) 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) { -- 2.39.5