1
0

Removed unused typedef

This commit is contained in:
worktycho 2015-10-12 15:02:25 +01:00
parent 24ebae8c4f
commit 183284a2a4

View File

@ -426,7 +426,6 @@ typedef Vector3<int> Vector3i;
typedef std::list<Vector3i> cVector3iList;
typedef std::vector<Vector3i> cVector3iArray;