From 41b3647a7a6584ac62df7e7cb16053028ed50ea7 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 14 Oct 1996 15:38:39 +0000 Subject: [PATCH] lilypond-0.0.4 --- const.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/const.hh b/const.hh index 38e464c382..dce593b4a0 100644 --- a/const.hh +++ b/const.hh @@ -6,10 +6,6 @@ #include #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; -- 2.39.5