X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finput.cc;h=1379f1c7b579ed76f3937f4c84ae891149668882;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=5ab2be4c7864830cd5d2b6f196c58ec09554f86b;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/input.cc b/lily/input.cc index 5ab2be4c78..1379f1c7b5 100644 --- a/lily/input.cc +++ b/lily/input.cc @@ -75,15 +75,6 @@ Input::message (string s) const ::message (s); } - -void -Input::programming_error (string s) const -{ - message (_f ("programming error: %s", s.c_str ())); - message (_ ("continuing, cross fingers") + "\n"); -} - - void Input::warning (string s) const {