]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.4
authorfred <fred>
Sun, 13 Oct 1996 20:07:09 +0000 (20:07 +0000)
committerfred <fred>
Sun, 13 Oct 1996 20:07:09 +0000 (20:07 +0000)
debug.hh

index ae75b77fa142dd32d6cd6c6e2e3a732a229e0f80..ca805df011aca50d80279d6d138f9a0fec355989 100644 (file)
--- 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