From 3f5044e8657c02b8bfa4f62f8b23a4e5ca61e0af Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 16 Feb 2018 20:53:09 -0800 Subject: Fixed few compiler warnings --- Tests/TestApp/src/TestSamplerCreation.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Tests/TestApp/src/TestSamplerCreation.cpp') diff --git a/Tests/TestApp/src/TestSamplerCreation.cpp b/Tests/TestApp/src/TestSamplerCreation.cpp index 2b30e2a..d058e34 100644 --- a/Tests/TestApp/src/TestSamplerCreation.cpp +++ b/Tests/TestApp/src/TestSamplerCreation.cpp @@ -27,9 +27,6 @@ using namespace Diligent; -const bool bIsGL43 = false; - - TestSamplerCreation::TestSamplerCreation(IRenderDevice *pDevice) : m_pDevice(pDevice) { -- cgit v1.2.3