From: Jan Nieuwenhuizen Date: Tue, 27 Apr 2004 18:04:24 +0000 (+0000) Subject: Remove. X-Git-Tag: release/2.3.1~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a04a555095047a1fd3a4074657d1fced728b41be;p=lilypond.git Remove. --- diff --git a/lily/warn.cc b/lily/warn.cc deleted file mode 100644 index 9193017cda..0000000000 --- a/lily/warn.cc +++ /dev/null @@ -1,20 +0,0 @@ -/* - warn.cc -- implement warning and error messages. Needs cleanup. - - source file of the GNU LilyPond music typesetter - - (c) 1997--2004 Han-Wen Nienhuys -*/ - -#include - -#include "string.hh" -#include "main.hh" - -void -progress_indication (String s) -{ - fputs (s.to_str0 (), stderr); - fflush (stderr); -} -