diff --git a/src/typed-geometry/functions/vector/math.hh b/src/typed-geometry/functions/vector/math.hh
index 83611aa6e145884eef8e575fb11cad2e9659e939..10ba208ca7867077525b6959f876adb50c155e5e 100644
--- a/src/typed-geometry/functions/vector/math.hh
+++ b/src/typed-geometry/functions/vector/math.hh
@@ -106,11 +106,6 @@ TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(vec, floor);
 TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(size, floor);
 TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(comp, floor);
 
-// fract
-TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(pos, fract);
-TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(vec, fract);
-TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(size, fract);
-
 // ifloor
 TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(pos, ifloor);
 TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(vec, ifloor);