Browse Source

Removed unused CompoundVisitor

Jorrit Rouwe 3 years ago
parent
commit
cf28329528
1 changed files with 0 additions and 2 deletions
  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