]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score.cc
* lily/source-file.cc (get_line): oops. All line numbers were off
[lilypond.git] / lily / score.cc
index ccb5b2b95dd85329a9f25126cee2e222af9e2db9..387beeb59b323a454f08d1eab7aa6103592cc584 100644 (file)
@@ -75,13 +75,7 @@ Score::~Score ()
 void
 Score::run_translator (Music_output_def *odef)
 {
-  /*
-    We want to know if we want to store locations, since they take a
-    lot of overhead.
-  */
-  store_locations_global_b = (gh_eval_str ("point-and-click") !=  SCM_BOOL_F);
-  
-  Cpu_timer timer;
+   Cpu_timer timer;
   Global_translator * trans = odef->get_global_translator ();
   if (!trans)
     {