summaryrefslogtreecommitdiff
path: root/src/render/vertexes/graphicsvertexes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/vertexes/graphicsvertexes.h')
-rw-r--r--src/render/vertexes/graphicsvertexes.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/render/vertexes/graphicsvertexes.h b/src/render/vertexes/graphicsvertexes.h
index 0bf74355b..d9e7e1694 100644
--- a/src/render/vertexes/graphicsvertexes.h
+++ b/src/render/vertexes/graphicsvertexes.h
@@ -44,18 +44,6 @@
class Image;
-class SDLGraphicsVertexes final
-{
- public:
- SDLGraphicsVertexes();
-
- A_DELETE_COPY(SDLGraphicsVertexes)
-
- ~SDLGraphicsVertexes();
-
- std::vector<DoubleRect*> mList;
-};
-
#ifdef USE_OPENGL
class OpenGLGraphicsVertexes final
{