Remove some deprecated code

This commit is contained in:
baldurk
2016-01-24 19:06:22 +01:00
parent bab3ff105a
commit 19a0fc5094
-5
View File
@@ -957,11 +957,6 @@ Serialiser::~Serialiser()
void Serialiser::WriteBytes( const byte *buf, size_t nBytes )
{
#ifdef DEBUG_TEXT_SERIALISER
if(m_Mode == DEBUGWRITING)
return;
#endif
if(m_HasError)
{
RDCERR("Writing bytes with error state serialiser");