From dd78150ab64f7ce3ab19474f29af89202cd25c99 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 23 Jul 2007 05:25:24 +0000 Subject: [PATCH] Remove copied code since we don't use 10.2.8 any more. Minimum requirements are 10.3.9. --- stepmania/src/archutils/Darwin/VectorHelper.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/stepmania/src/archutils/Darwin/VectorHelper.cpp b/stepmania/src/archutils/Darwin/VectorHelper.cpp index 0dc8a326d8..cb5b58cbc0 100644 --- a/stepmania/src/archutils/Darwin/VectorHelper.cpp +++ b/stepmania/src/archutils/Darwin/VectorHelper.cpp @@ -8,17 +8,6 @@ using std::max; #if defined(USE_VEC) #if defined(__VEC__) #include -#ifndef __VECLIBTYPES__ -// Copy this from the header since it isn't in the 10.2.8 sdk -typedef vector unsigned char vUInt8; -typedef vector signed char vSInt8; -typedef vector unsigned short vUInt16; -typedef vector signed short vSInt16; -typedef vector unsigned int vUInt32; -typedef vector signed int vSInt32; -typedef vector float vFloat; -typedef vector bool int vBool32; -#endif bool Vector::CheckForVector() {