Delete unused variable

This commit is contained in:
baldurk
2016-01-01 23:41:07 +01:00
parent 8eac6d9265
commit 43c9782d44
-2
View File
@@ -543,8 +543,6 @@ void ReplayOutput::DisplayMesh()
{
FetchDrawcall *draw = m_pRenderer->GetDrawcallByEID(m_EventID, m_LastDeferredEvent);
bool nomesh = false;
if(draw == NULL ||
m_MainOutput.outputID == 0 ||
m_Width <= 0 || m_Height <= 0 ||