ios_mcp: Remove unused IPC_CUSTOM_META_XML_READ implementation

This commit is contained in:
Maschell 2022-06-03 20:53:52 +02:00
parent ce578d9d0f
commit 93fe800c94

View File

@ -252,15 +252,6 @@ int _MCP_ioctl100_patch(ipcmessage *msg) {
skipPPCSetup = true;
break;
}
case IPC_CUSTOM_META_XML_READ: {
if (msg->ioctl.length_io >= sizeof(ACPMetaXml)) {
DEBUG_FUNCTION_LINE("IPC_CUSTOM_META_XML_READ\n");
ACPMetaXml *app_ptr = (ACPMetaXml *) msg->ioctl.buffer_io;
strncpy(app_ptr->longname_en, rpxpath, 256 - 1);
strncpy(app_ptr->shortname_en, rpxpath, 256 - 1);
}
break;
}
case IPC_CUSTOM_LOAD_CUSTOM_RPX: {
DEBUG_FUNCTION_LINE("IPC_CUSTOM_LOAD_CUSTOM_RPX\n");