From 692dde12a8843c5eea08332974ca1d543b99f418 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 10 Aug 2013 13:40:08 -0400 Subject: [PATCH] Removed no-longer-necessary comment. --- src/haptic/windows/SDL_syshaptic.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/haptic/windows/SDL_syshaptic.c b/src/haptic/windows/SDL_syshaptic.c index e86211de1..99da8ce44 100644 --- a/src/haptic/windows/SDL_syshaptic.c +++ b/src/haptic/windows/SDL_syshaptic.c @@ -1271,10 +1271,6 @@ SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, DIEFFECT temp; if (haptic->hwdata->bXInputHaptic) { - /* From MSDN: - "Note that the right motor is the high-frequency motor, the left - motor is the low-frequency motor. They do not always need to be - set to the same amount, as they provide different effects." */ XINPUT_VIBRATION *vib = &effect->hweffect->vibration; SDL_assert(data->type == SDL_HAPTIC_LEFTRIGHT); vib->wLeftMotorSpeed = data->leftright.large_magnitude;