IPC_HLE: Remove unused _Unimplemented_Device_ device

Unless I'm misreading the code, it doesn't look like this serves any
purpose, and is only polluting the logs.

_Unimplemented_Device_ looked like a device name that was picked to
be used somewhere else in Dolphin, but this doesn't seem to be the case
since 2012 (d95e31a removed the only other usage of this fake device).
This commit is contained in:
Léo Lam 2016-10-14 23:14:06 +02:00
parent 183f3c3759
commit 8e78477631
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ void Reinit()
AddDevice<CWII_IPC_HLE_Device_stub>("/dev/usb/hid");
#endif
AddDevice<CWII_IPC_HLE_Device_stub>("/dev/usb/oh1");
AddDevice<IWII_IPC_HLE_Device>("_Unimplemented_Device_");
}
void Init()