summaryrefslogtreecommitdiff
path: root/src/opengl1graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl1graphics.h')
-rw-r--r--src/opengl1graphics.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/opengl1graphics.h b/src/opengl1graphics.h
index 3943a82fb..11df607f8 100644
--- a/src/opengl1graphics.h
+++ b/src/opengl1graphics.h
@@ -33,12 +33,6 @@
#include <SDL_opengl.h>
#endif
-#ifdef __GNUC__
-#define A_UNUSED __attribute__ ((unused))
-#else
-#define A_UNUSED
-#endif
-
class OpenGL1Graphics : public Graphics
{
public: