summaryrefslogtreecommitdiff
path: root/src/render
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-11 23:44:22 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-11 23:44:22 +0300
commit4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c (patch)
treee53f2bcda374d132de9fe51a9170ed1f2a58a53e /src/render
parent16cc2e4a4204ee95e8256f3d7eacaada99f53309 (diff)
downloadplus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.gz
plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.bz2
plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.xz
plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.zip
Fix code style.
Diffstat (limited to 'src/render')
-rw-r--r--src/render/graphics.h3
-rw-r--r--src/render/modernopenglgraphics.cpp1
2 files changed, 2 insertions, 2 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index 4e28a34dc..7123bd9fc 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -211,7 +211,8 @@ class Graphics notfinal
virtual void calcTileVertexes(ImageVertexes *restrict const vert,
const Image *restrict const image,
int x,
- int y) const restrict2 A_NONNULL(2, 3) = 0;
+ int y) const restrict2 A_NONNULL(2, 3)
+ = 0;
virtual void calcTileSDL(ImageVertexes *restrict const vert A_UNUSED,
int x A_UNUSED,
diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp
index 9c6da180d..b5d97b80a 100644
--- a/src/render/modernopenglgraphics.cpp
+++ b/src/render/modernopenglgraphics.cpp
@@ -24,7 +24,6 @@
#include "render/modernopenglgraphics.h"
-#include "configuration.h"
#include "graphicsmanager.h"
#include "graphicsvertexes.h"
#include "logger.h"