Ver Fonte

Removed unused CompoundVisitor

Jorrit Rouwe há 3 anos atrás
pai
commit
cf28329528
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      Jolt/ObjectStream/SerializableAttribute.h

+ 0 - 2
Jolt/ObjectStream/SerializableAttribute.h

@@ -8,8 +8,6 @@
 
 JPH_NAMESPACE_BEGIN
 
-using CompoundVisitor = function<void(const void *, const RTTI *)>;
-
 /// Attributes are members of classes that need to be serialized. This extends the
 /// basic attribute defined in RTTI.h
 class SerializableAttribute : public RTTIAttribute