From 11e6d75ea6b7a79712ad3c85657c0514222fa7ce Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 1 Dec 2014 19:33:53 -0500 Subject: [PATCH] WII_IPC_HLE_Device_fs: Remove unused macro constant --- Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp index 50f0a62db8..edf458f551 100644 --- a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp +++ b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp @@ -15,11 +15,8 @@ #include "Core/IPC_HLE/WII_IPC_HLE_Device_FileIO.h" #include "Core/IPC_HLE/WII_IPC_HLE_Device_fs.h" -#define MAX_NAME 12 - static Common::replace_v replacements; - CWII_IPC_HLE_Device_fs::CWII_IPC_HLE_Device_fs(u32 _DeviceID, const std::string& _rDeviceName) : IWII_IPC_HLE_Device(_DeviceID, _rDeviceName) {