changeset 2518:07a5b225b9c9 gsoc2008_force_feedback

* Removed unneeded int.
author Edgar Simo <bobbens@gmail.com>
date Tue, 15 Jul 2008 11:24:25 +0000
parents 37c13c12c878
children af9df9662807
files src/haptic/linux/SDL_syshaptic.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;