tree 5b46fd5b8c94

parent 971b278f0756
author Edward Rudd <urkle@outoforder.cc> 1358022907 18000
committer Edward Rudd <urkle@outoforder.cc> 1358022907 18000
revision 6819
branch default

Remove some redundant assigns
This commit is contained in:
Sam Lantinga 2013-02-11 21:47:13 -08:00
parent c54822142d
commit a1afe6c175
4 changed files with 1 additions and 4 deletions

View file

@ -173,7 +173,6 @@ SDL_SYS_HapticInit(void)
/* IOServiceGetMatchingServices consumes dictionary. */
if (!IOIteratorIsValid(iter)) { /* No iterator. */
numhaptics = 0;
return 0;
}