diff --git a/libretro-common/include/cdrom/cdrom.h b/libretro-common/include/cdrom/cdrom.h index 3bdab6cf6f..372c8e8f4a 100644 --- a/libretro-common/include/cdrom/cdrom.h +++ b/libretro-common/include/cdrom/cdrom.h @@ -79,8 +79,6 @@ int cdrom_get_inquiry(const libretro_vfs_implementation_file *stream, char *mode int cdrom_read(libretro_vfs_implementation_file *stream, unsigned char min, unsigned char sec, unsigned char frame, void *s, size_t len, size_t skip); -int cdrom_read(libretro_vfs_implementation_file *stream, unsigned lba, void *s, size_t len, size_t skip); - int cdrom_set_read_speed(libretro_vfs_implementation_file *stream, unsigned speed); int cdrom_stop(const libretro_vfs_implementation_file *stream);