]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 27 Apr 2004 18:04:24 +0000 (18:04 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 27 Apr 2004 18:04:24 +0000 (18:04 +0000)
lily/warn.cc [deleted file]

diff --git a/lily/warn.cc b/lily/warn.cc
deleted file mode 100644 (file)
index 9193017..0000000
+++ /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 <hanwen@cs.uu.nl>
-*/
-
-#include <stdio.h>
-
-#include "string.hh"
-#include "main.hh"
-
-void
-progress_indication (String s)
-{
- fputs (s.to_str0 (), stderr);
- fflush (stderr);
-}
-