From e6a3de113e24b7ff74651653d526de1cc461cb60 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Tue, 26 Feb 2019 14:03:12 +0200 Subject: [PATCH] Removed MetaNotMin and MetaNotMax from filters --- engine/filters.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/filters.go b/engine/filters.go index 312148bd1..85ad41692 100644 --- a/engine/filters.go +++ b/engine/filters.go @@ -56,8 +56,6 @@ const ( MetaNotRSR = "*notrsr" MetaNotStatS = "*notstats" MetaNotDestinations = "*notdestinations" - MetaNotMinCapPrefix = "*notmin_" - MetaNotMaxCapPrefix = "*notmax_" MetaNotResources = "*notresources" )