summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Vector3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Vector3.h b/src/Vector3.h
index 168071469..74cffac33 100644
--- a/src/Vector3.h
+++ b/src/Vector3.h
@@ -426,7 +426,6 @@ typedef Vector3<int> Vector3i;
-typedef std::list<Vector3i> cVector3iList;
typedef std::vector<Vector3i> cVector3iArray;