From f492071f45a57acf0b947c73edf374e5ac5c8909 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 7 Sep 2022 18:35:20 +0400 Subject: [PATCH] Remove unnecessary definitions --- src/constraints.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/constraints.c b/src/constraints.c index 1f95730..9bb1901 100644 --- a/src/constraints.c +++ b/src/constraints.c @@ -1,7 +1,5 @@ #include "constraints.h" -#define MIN_DEFAULT_MASTER_AREA_FACTOR 0.05 -#define MAX_DEFAULT_MASTER_AREA_FACTOR 0.95 #define MIN_GAP_SIZE 0 #define MAX_GAP_SIZE 10000 #define MIN_MASTER_AREA_FACTOR 0.05