WinRT: Removed not needed SDL_zerop() after SDL_calloc().
SDL_calloc() already sets memory to zero.
This commit is contained in:
parent
9cb82d5ff2
commit
d932507b4e
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ WINRT_CreateDevice(int devindex)
|
|||
SDL_free(device);
|
||||
return (0);
|
||||
}
|
||||
SDL_zerop(data);
|
||||
device->driverdata = data;
|
||||
|
||||
/* Set the function pointers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue