]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.48
authorfred <fred>
Sun, 24 Mar 2002 20:06:35 +0000 (20:06 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:06:35 +0000 (20:06 +0000)
lily/debug.cc

index f90e2e49eb1767375760d4241c25176d231e6000..f33f0ba83da94f5d482c21cd24f77d36a1b90c5f 100644 (file)
@@ -16,6 +16,7 @@
 #include "dstream.hh"
 #include "flower-debug.hh"
 #include "moment.hh"
+
 #include "main.hh"
 Dstream *monitor=0;
 ostream * nulldev =0;
@@ -53,13 +54,10 @@ float_handler (int)
   assert (false);
 }
 
-/// just to make sure print_rat is linked in
-static void (*rat_printer)(Moment const&);
 
 void
 debug_init()
 {
-  rat_printer = print_rat;
 #ifndef NDEBUG
   // libg++ 2.8.0 doesn't have set_new_handler
   // set_new_handler (&mynewhandler);