Skip to content

Commit

Permalink
InputCommon: Remove unused "sign" macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-woyak committed Apr 29, 2019
1 parent 360f2b4 commit 57a23cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/InputCommon/ControllerEmu/ControllerEmu.h
Expand Up @@ -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")};

Expand Down

0 comments on commit 57a23cc

Please sign in to comment.