Kernel - Cleaning up a little (implemented MIN and MAX functions)
[tpg/acess2.git] / Modules / Input / PS2KbMouse / ps2mouse.c
index 69df8a4..e80a141 100644 (file)
@@ -10,9 +10,6 @@
 #include <api_drv_joystick.h>\r
 #include "common.h"\r
 \r
-static inline int MIN(int a, int b) { return (a < b) ? a : b; }\r
-static inline int MAX(int a, int b) { return (a > b) ? a : b; }\r
-\r
 // == CONSTANTS ==\r
 #define NUM_AXIES      2       // X+Y\r
 #define NUM_BUTTONS    5       // Left, Right, Scroll Click, Scroll Up, Scroll Down\r

UCC git Repository :: git.ucc.asn.au