WinRT: Removed not needed SDL_zerop() after SDL_calloc().

SDL_calloc() already sets memory to zero.
Philipp Wiesemann 2016-08-03 22:32:02 +02:00
parent a4abda0b70
commit 9f97ee8a85
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ WINRT_CreateDevice(int devindex)
SDL_free(device); SDL_free(device);
return (0); return (0);
} }
SDL_zerop(data);
device->driverdata = data; device->driverdata = data;
/* Set the function pointers */ /* Set the function pointers */