summaryrefslogtreecommitdiff
path: root/const.hh
diff options
context:
space:
mode:
Diffstat (limited to 'const.hh')
-rw-r--r--const.hh4
1 files changed, 0 insertions, 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 <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;