diff options
Diffstat (limited to 'src/Common.h')
| -rw-r--r-- | src/Common.h | 2 |
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 |