Skip to content
Permalink
Browse files
Merge pull request #8058 from jordan-woyak/kill-sign-macro
InputCommon: Remove unused "sign" macro.
  • Loading branch information
JosJuice committed Apr 30, 2019
2 parents 360f2b4 + 57a23cc commit c0aacdf
Showing 1 changed file with 0 additions and 2 deletions.
@@ -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")};

0 comments on commit c0aacdf

Please sign in to comment.