Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
* Removed unneeded int.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jul 15, 2008
1 parent 77cf877 commit c52d0ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/haptic/linux/SDL_syshaptic.c
Expand Up @@ -441,7 +441,6 @@ SDL_SYS_ToDirection( SDL_HapticDirection * dir )
static int
SDL_SYS_ToFFEffect( struct ff_effect * dest, SDL_HapticEffect * src )
{
int i;
SDL_HapticConstant *constant;
SDL_HapticPeriodic *periodic;
SDL_HapticCondition *condition;
Expand Down

0 comments on commit c52d0ad

Please sign in to comment.