# HG changeset patch # User Edgar Simo # Date 1216121065 0 # Node ID 07a5b225b9c9dcc8ac3cff057ae9a711cf474d7a # Parent 37c13c12c87833ea92e55d4b8a97c05ce0091c7c * Removed unneeded int. diff -r 37c13c12c878 -r 07a5b225b9c9 src/haptic/linux/SDL_syshaptic.c --- a/src/haptic/linux/SDL_syshaptic.c Thu Jul 10 17:54:08 2008 +0000 +++ b/src/haptic/linux/SDL_syshaptic.c Tue Jul 15 11:24:25 2008 +0000 @@ -441,7 +441,6 @@ static int SDL_SYS_ToFFEffect( struct ff_effect * dest, SDL_HapticEffect * src ) { - int i; SDL_HapticConstant *constant; SDL_HapticPeriodic *periodic; SDL_HapticCondition *condition;