diff -r fd0a704154b9 -r 11fc086941ac hostsupport/hostopenvg/src/riRasterizer.h --- a/hostsupport/hostopenvg/src/riRasterizer.h Tue Nov 02 09:46:02 2010 +0000 +++ b/hostsupport/hostopenvg/src/riRasterizer.h Mon Nov 08 15:39:31 2010 +0000 @@ -55,7 +55,6 @@ // \todo SSE2 probably has everything necessary and matches the minimum platform requirements. // SSE4 is probably too new. SSE3? // \note This will cause the code to not compile on MSVC... -#define USE_SSE2 #if defined(USE_SSE2) // \todo only the last include is needed: QT creator does not find types if others not included.