summaryrefslogtreecommitdiffhomepage
path: root/entity/constraints.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-19 02:21:23 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-19 02:21:23 +0100
commit67f029d1192f7baf881f6c1afd0bb2c301165ae9 (patch)
tree2856b9b67e746f5c84d144f005a5811361035711 /entity/constraints.hpp
parent94c531bd05ab6b49996113faff9584cb6b534b9c (diff)
entity: get rid of field grouping feature
It wasn't implemented anyway.
Diffstat (limited to 'entity/constraints.hpp')
-rw-r--r--entity/constraints.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/entity/constraints.hpp b/entity/constraints.hpp
index 19ca37b2..6ebf2d90 100644
--- a/entity/constraints.hpp
+++ b/entity/constraints.hpp
@@ -40,6 +40,5 @@ template<> struct range<String>
};
using max_length = erased_constraints::max_length;
-using group = erased_constraints::group;
} // namespace floormat::entities::constraints