mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Remove some deprecated code
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user