diff --git a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h index 1cc9f5fd1e..e491192d18 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h +++ b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h @@ -17,8 +17,6 @@ class ControllerInterface; -#define sign(x) ((x) ? (x) < 0 ? -1 : 1 : 0) - const char* const named_directions[] = {_trans("Up"), _trans("Down"), _trans("Left"), _trans("Right")};