mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-04 03:46:42 +01:00
InputCommon: Remove unused "sign" macro.
This commit is contained in:
parent
360f2b4a2f
commit
57a23cc4a0
@ -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")};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user