summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestSamplerCreation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/TestSamplerCreation.cpp')
-rw-r--r--Tests/TestApp/src/TestSamplerCreation.cpp3
1 files changed, 0 insertions, 3 deletions
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)
{