aboutsummaryrefslogtreecommitdiff
path: root/externals/g3dlite/G3D/PositionTrait.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/g3dlite/G3D/PositionTrait.h')
-rw-r--r--externals/g3dlite/G3D/PositionTrait.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/externals/g3dlite/G3D/PositionTrait.h b/externals/g3dlite/G3D/PositionTrait.h
deleted file mode 100644
index 67a4f64138a..00000000000
--- a/externals/g3dlite/G3D/PositionTrait.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef G3D_POSITIONTRAIT_H
-#define G3D_POSITIONTRAIT_H
-
-template<typename Value>
-struct PositionTrait{};
-
-#endif