@@ -317,14 +317,10 @@ public:
/// Minimum vector.
Vector3 min_;
-#ifdef URHO3D_SSE
float dummyMin_; // This is never used, but exists to pad the min_ value to four floats.
-#endif
/// Maximum vector.
Vector3 max_;
float dummyMax_; // This is never used, but exists to pad the max_ value to four floats.
};
}