mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
InputCommon: Remove unused "sign" macro.
This commit is contained in:
parent
360f2b4a2f
commit
57a23cc4a0
@ -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")};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user