]> git.donarmstrong.com Git - lilypond.git/blobdiff - const.hh
release: 0.0.4
[lilypond.git] / const.hh
index 38e464c382a53978c136a5c4a583554eb932923c..dce593b4a06401edb837b783c9be86c3f4814981 100644 (file)
--- a/const.hh
+++ b/const.hh
@@ -6,10 +6,6 @@
 #include <math.h>
 #include "real.hh"
 
-const Real CM_TO_PT=72/2.54;
-const Real VERT_TO_PT=CM_TO_PT;        // tex output
-const Real HOR_TO_PT=CM_TO_PT; // tex output
-
 const Real EPS=1e-7;           // qlpsolve.hh
 const int MAXITER=100;         // qlpsolve.hh
 const Real INFTY=HUGE;