aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-03-20 14:20:51 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-03-21 14:56:21 +0100
commitcc7c4c6ebfbd35ed16e9da8d5c70431fce9f31cd (patch)
tree9955e01bdde21d4253addc882d35ed7db0413a72
parente9dcbeaba956e84d1e591e9b520f3b7bb4fa6354 (diff)
downloadxorg-input-kobomultitouch-cc7c4c6ebfbd35ed16e9da8d5c70431fce9f31cd.tar.gz
xorg-input-kobomultitouch-cc7c4c6ebfbd35ed16e9da8d5c70431fce9f31cd.tar.bz2
xorg-input-kobomultitouch-cc7c4c6ebfbd35ed16e9da8d5c70431fce9f31cd.zip
Remove unused min/max definitions
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--match/match.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/match/match.h b/match/match.h
index 6420b00..ec44a24 100644
--- a/match/match.h
+++ b/match/match.h
@@ -31,9 +31,6 @@
#define DIM_FINGER 32
#define DIM2_FINGER (DIM_FINGER * DIM_FINGER)
-#define MIN(a, b) ((a) < (b) ? (a) : (b))
-#define MAX(a, b) ((a) < (b) ? (b) : (a))
-
void match_fingers(int index[DIM_FINGER], int A[DIM2_FINGER],
int nrow, int ncol);