1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Drop support for ETC1 frame images.

This commit is contained in:
Bartosz Taudul
2019-08-15 16:29:50 +02:00
parent 32c7d13159
commit 416113fdcb
5 changed files with 6 additions and 12 deletions
-5
View File
@@ -4615,9 +4615,4 @@ const char* Worker::UnpackFrameImage( const FrameImage& image )
return m_frameImageBuffer;
}
bool Worker::HasEtc1FrameImages() const
{
return m_traceVersion <= FileVersion( 0, 4, 9 );
}
}