]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/flower-debug.cc
partial: 1.3.24.jcn
[lilypond.git] / flower / flower-debug.cc
index 702304e71fba71d8160198841ae4cdd7d5c0f1a9..b2fa19919d58e1658db0935af91b97a4b9e241a9 100644 (file)
@@ -2,20 +2,5 @@
 #include "flower-debug.hh"
 #include "dstream.hh"
 
-bool flower_check_debug=false;
-ofstream null_device ( "/dev/null");
-Dstream default_flower_stream(&null_device ,"/dev/null");
-Dstream *flower_dstream  = &default_flower_stream;
-
-/**
-  Set the debugging output. Will not delete/swallow argument.
- */
-void set_flower_debug(Dstream&ds, bool b)
-{
-#ifdef NPRINT
-    cout << "Debug printout disabled, see the installation guide." << endl;
-#endif
-    flower_check_debug = b;
-    flower_dstream = &ds;
-}
+Dstream *flower_dstream  = 0;