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