From 30869603dc5d36ad2d82cff82900c7e05a4b35c1 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Mon, 1 Feb 2010 22:00:55 +0100 Subject: janitor: match: stick to kernel-style formatting --- match/match.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'match/match.h') diff --git a/match/match.h b/match/match.h index 61ac72d..620d046 100644 --- a/match/match.h +++ b/match/match.h @@ -34,13 +34,7 @@ #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) < (b) ? (b) : (a)) -typedef int bool; - -//////////////////////////////////////////////////////// - void match_fingers(int index[DIM_FINGER], float A[DIM2_FINGER], int nrow, int ncol); -//////////////////////////////////////////////////////// - #endif -- cgit v1.2.3