mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
remove unnecessary enum
This commit is contained in:
parent
0bd45c7f51
commit
ccb13cdd82
@ -1743,16 +1743,13 @@ bool content_ctl(enum content_ctl_state state, void *data)
|
||||
content_file_free(temporary_content);
|
||||
temporary_content = NULL;
|
||||
break;
|
||||
case CONTENT_CTL_STREAM_INIT:
|
||||
case CONTENT_CTL_STREAM_CRC_CALCULATE:
|
||||
{
|
||||
content_stream_t *stream = NULL;
|
||||
#ifdef HAVE_ZLIB
|
||||
if (!stream_backend)
|
||||
stream_backend = file_archive_get_default_file_backend();
|
||||
#endif
|
||||
break;
|
||||
case CONTENT_CTL_STREAM_CRC_CALCULATE:
|
||||
{
|
||||
content_stream_t *stream = NULL;
|
||||
content_ctl(CONTENT_CTL_STREAM_INIT, NULL);
|
||||
|
||||
stream = (content_stream_t*)data;
|
||||
#ifdef HAVE_ZLIB
|
||||
|
Loading…
x
Reference in New Issue
Block a user