Remove copied code since we don't use 10.2.8 any more. Minimum requirements are 10.3.9.

This commit is contained in:
Steve Checkoway
2007-07-23 05:25:24 +00:00
parent 7671e73bb6
commit dd78150ab6
@@ -8,17 +8,6 @@ using std::max;
#if defined(USE_VEC)
#if defined(__VEC__)
#include <vecLib/vecLib.h>
#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()
{