Remove unused case.

The `HX_WINDOWS` case is handled a bit further down.
This commit is contained in:
Joseph Cloutier
2022-05-19 18:23:20 -04:00
parent 19eab56416
commit 31e9ab663d

View File

@@ -597,20 +597,6 @@ namespace lime {
#endif
}
case SDL_RWOPS_WINFILE:
{
/*#ifdef HX_WINDOWS
printf("SDKFLJDSLFKJ\n");
int fd = _open_osfhandle ((uintptr_t)((SDL_RWops*)handle)->hidden.windowsio.h, _O_RDONLY);
if (fd != -1) {
printf("SDKFLJDSLFKJ\n");
return ::fdopen (fd, "rb");
}
#endif*/
}
}
return NULL;