aboutsummaryrefslogtreecommitdiff
path: root/src/Common.h
diff options
context:
space:
mode:
authorLouis Bavoil <[email protected]>2018-03-30 21:31:25 +0200
committerLouis Bavoil <[email protected]>2018-03-30 21:31:25 +0200
commit7dfdbb54a778d4d9184037fdc74c85debd68011b (patch)
tree15c8800522d8bd5a5153d21a36989aba0b4d4565 /src/Common.h
parentHBAO+ 4.0.0.23740451 (diff)
downloadhbaoplus-7dfdbb54a778d4d9184037fdc74c85debd68011b.tar.xz
hbaoplus-7dfdbb54a778d4d9184037fdc74c85debd68011b.zip
HBAO+ 4.0.0.23827312
Diffstat (limited to 'src/Common.h')
-rw-r--r--src/Common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Common.h b/src/Common.h
index 30be88d..59030a8 100644
--- a/src/Common.h
+++ b/src/Common.h
@@ -23,10 +23,8 @@
#if _DEBUG
#define ASSERT(exp) assert(exp)
-#define ASSERT_GL_ERROR(GL) assert(!GL.glGetError())
#else
#define ASSERT(exp) ((void)0)
-#define ASSERT_GL_ERROR(GL)
#endif
#ifndef ANDROID