summaryrefslogtreecommitdiffstats
path: root/src/render/Lines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Lines.h')
-rw-r--r--src/render/Lines.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/render/Lines.h b/src/render/Lines.h
deleted file mode 100644
index f2694fc0..00000000
--- a/src/render/Lines.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-class CLines
-{
-public:
- static void RenderLineWithClipping(float x1, float y1, float z1, float x2, float y2, float z2, uint32 c1, uint32 c2);
-};