From: janneke Date: Tue, 27 Apr 2004 18:04:24 +0000 (+0000) Subject: Remove. X-Git-Tag: release/2.3.9^2~270 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fcfd702a478d86a536d1f0569e33688d126fa56;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); -} -