[SVN] r3720 - branches/gsoc2008_force_feedback/src/haptic/linux
svn-owner at libsdl.org
svn-owner at libsdl.org
Tue Jul 15 04:24:26 PDT 2008
Author: bobbens
Date: 2008-07-15 04:24:25 -0700 (Tue, 15 Jul 2008)
New Revision: 3720
Modified:
branches/gsoc2008_force_feedback/src/haptic/linux/SDL_syshaptic.c
Log:
* Removed unneeded int.
Modified: branches/gsoc2008_force_feedback/src/haptic/linux/SDL_syshaptic.c
===================================================================
--- branches/gsoc2008_force_feedback/src/haptic/linux/SDL_syshaptic.c 2008-07-13 04:28:54 UTC (rev 3719)
+++ branches/gsoc2008_force_feedback/src/haptic/linux/SDL_syshaptic.c 2008-07-15 11:24:25 UTC (rev 3720)
@@ -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;
More information about the commits
mailing list