mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
InputCommon: Remove unused "sign" macro.
This commit is contained in:
@ -17,8 +17,6 @@
|
|||||||
|
|
||||||
class ControllerInterface;
|
class ControllerInterface;
|
||||||
|
|
||||||
#define sign(x) ((x) ? (x) < 0 ? -1 : 1 : 0)
|
|
||||||
|
|
||||||
const char* const named_directions[] = {_trans("Up"), _trans("Down"), _trans("Left"),
|
const char* const named_directions[] = {_trans("Up"), _trans("Down"), _trans("Left"),
|
||||||
_trans("Right")};
|
_trans("Right")};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user