From: fred Date: Sun, 13 Oct 1996 20:07:09 +0000 (+0000) Subject: lilypond-0.0.4 X-Git-Tag: release/1.5.59~7077 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a445c4621e6c7ebe44e04998224a31c4947681f;p=lilypond.git lilypond-0.0.4 --- diff --git a/debug.hh b/debug.hh index ae75b77fa1..ca805df011 100644 --- a/debug.hh +++ b/debug.hh @@ -16,12 +16,4 @@ extern Dstream monitor; // monitor void error(String s); void warning(String s); -extern int debug_flags; - -void -set_debug(String s); -const int DEBUGPARSER = 0x01; -const int DEBUGTOKEN = 0x02; -const int DEBUGITEMS = 0x04; - #endif