diff options
-rw-r--r-- | src/render/mockgraphics.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/mockgraphics.cc b/src/render/mockgraphics.cc index 5584880ca..278ed767f 100644 --- a/src/render/mockgraphics.cc +++ b/src/render/mockgraphics.cc @@ -30,10 +30,6 @@ #include "debug.h" -#ifndef SDL_BIG_ENDIAN -#error missing SDL_endian.h -#endif // SDL_BYTEORDER - MockGraphics::MockGraphics() : Graphics() { |