From d8349a9da8662ac7232e2a205e38533df22fc8c4 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Wed, 14 Oct 2015 21:08:09 -0500 Subject: [PATCH] remove unused conversion function --- .../VChatAPI/utils2.0/utils/Base/serializeStringVector.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/external/3rd/library/soePlatform/VChatAPI/utils2.0/utils/Base/serializeStringVector.h b/external/3rd/library/soePlatform/VChatAPI/utils2.0/utils/Base/serializeStringVector.h index f27f37ad..7beccb4d 100644 --- a/external/3rd/library/soePlatform/VChatAPI/utils2.0/utils/Base/serializeStringVector.h +++ b/external/3rd/library/soePlatform/VChatAPI/utils2.0/utils/Base/serializeStringVector.h @@ -221,9 +221,6 @@ namespace soe return bytes; } - operator stringVector_t () { return *this; } - - //unsigned Read(const unsigned char * stream, unsigned size); //DECLARE_SCRIBE_MEMBERS };