summaryrefslogtreecommitdiffstats
path: root/src/ThreadRender.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ThreadRender.hpp')
-rw-r--r--src/ThreadRender.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ThreadRender.hpp b/src/ThreadRender.hpp
deleted file mode 100644
index 4d9223f..0000000
--- a/src/ThreadRender.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "Thread.hpp"
-#include "Render.hpp"
-
-class ThreadRender : Thread {
- Render *render;
-public:
- ThreadRender();
- ~ThreadRender();
- void Execute() override;
-}; \ No newline at end of file