From 62471b26135021d75f1b9255ab613746ae2ad67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Jan 2018 04:41:50 +0300 Subject: Remove useless A_CONST attributes. --- src/render/graphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render') diff --git a/src/render/graphics.h b/src/render/graphics.h index c34f6e333..35381bd21 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -258,7 +258,7 @@ class Graphics notfinal #ifdef USE_SDL2 const int height) restrict2; #else // USE_SDL2 - const int height) restrict2 A_CONST; + const int height) restrict2; #endif // USE_SDL2 /** @@ -414,7 +414,7 @@ class Graphics notfinal virtual void createGLContext(const bool custom) restrict2; #else // USE_SDL2 - virtual void createGLContext(const bool custom) restrict2 A_CONST; + virtual void createGLContext(const bool custom) restrict2; #endif // USE_SDL2 #endif // USE_OPENGL -- cgit v1.2.3-60-g2f50