]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
patch::: 1.1.9.jcn2: sleur
[lilypond.git] / lily / stem.cc
index f23ca3b67ab339bdfe2f82c7351f5689ac575fe3..aa9d542f48266a1ff18e153ffec544a86507f869 100644 (file)
@@ -322,12 +322,7 @@ Stem::note_delta_f () const
       Real rule_thick(paper ()->rule_thickness ());
       Interval stem_wid(-rule_thick/2, rule_thick/2);
       if (stem_xdir_ == CENTER)
-#define EGCS_ICE
-#ifndef EGCS_ICE
        r = head_wid.center ();
-#else
-       r = (head_wid.min () + head_wid.max ()) / 2;
-#endif
       else
        r = head_wid[stem_xdir_] - stem_wid[stem_xdir_];
     }