WII_IPC_HLE: Remove unused typedef

This commit is contained in:
Lioncash 2015-10-21 13:43:22 -04:00
parent dddc834c14
commit f696b323c0
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ typedef std::map<u32, std::shared_ptr<IWII_IPC_HLE_Device>> TDeviceMap;
static TDeviceMap g_DeviceMap;
// STATE_TO_SAVE
typedef std::map<u32, std::string> TFileNameMap;
#define IPC_MAX_FDS 0x18
#define ES_MAX_COUNT 2
static std::shared_ptr<IWII_IPC_HLE_Device> g_FdMap[IPC_MAX_FDS];