Remove unused case.
The `HX_WINDOWS` case is handled a bit further down.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user