aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rendertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rendertest.cpp')
-rw-r--r--tests/rendertest.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/rendertest.cpp b/tests/rendertest.cpp
deleted file mode 100644
index 74476ef8..00000000
--- a/tests/rendertest.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-/** ---------------------------------------------------------------------------
- * @file: rendertest.cpp
- *
- * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
- * MIT License, see LICENSE file for more details.
- * ----------------------------------------------------------------------------
- */
-
-#include "rendertest.h"
-
-RenderTest::RenderTest(std::string sprite) : sprite_(sprite) {}
-
-void RenderTest::render() {}