summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--serialize/magnum-vector.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/serialize/magnum-vector.cpp b/serialize/magnum-vector.cpp
index 23d844c8..2a31877e 100644
--- a/serialize/magnum-vector.cpp
+++ b/serialize/magnum-vector.cpp
@@ -110,8 +110,6 @@ void adl_serializer<Vector<N, T>>::from_json(const json& j, Vector<N, T>& val)
template struct adl_serializer< Vector<N, Type>>; \
template struct adl_serializer< Vector##N<Type>>
-#define FM_INST_VEC_SERIALIZER_F(Type) \
-
#define FM_INST_VEC_SERIALIZER(Type) \
FM_INST_VEC_SERIALIZER_1(Type, float); \
FM_INST_VEC_SERIALIZER_1(Type, double); \