remove unused conversion function

This commit is contained in:
DarthArgus
2015-10-14 21:08:09 -05:00
parent 2e4eabe3f4
commit d8349a9da8
@@ -221,9 +221,6 @@ namespace soe
return bytes;
}
operator stringVector_t () { return *this; }
//unsigned Read(const unsigned char * stream, unsigned size);
//DECLARE_SCRIBE_MEMBERS
};