From: fred Date: Mon, 14 Oct 1996 15:38:39 +0000 (+0000) Subject: lilypond-0.0.4 X-Git-Tag: release/1.5.59~7076 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41b3647a7a6584ac62df7e7cb16053028ed50ea7;p=lilypond.git lilypond-0.0.4 --- 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;