summaryrefslogtreecommitdiffstats
path: root/src/render/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Instance.h')
-rw-r--r--src/render/Instance.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/render/Instance.h b/src/render/Instance.h
deleted file mode 100644
index 693cfdf1..00000000
--- a/src/render/Instance.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include "Placeable.h"
-
-// unused
-
-class CInstance : public CPlaceable
-{
-public:
- int m_modelIndex;
-public:
- ~CInstance() { }
- void Shutdown();
-};