From 3bc4b6d602560b1bb69f40aceb9412c9ecf3dbbe Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 9 Jun 2007 08:07:30 +0000 Subject: [PATCH] Unused. --- stepmania/src/RageUtil.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index ac14b240c4..16703945d9 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -14,7 +14,6 @@ class RageFileDriver; #define COPY(a,b) do { ASSERT(sizeof(a)==sizeof(b)); memcpy(&(a), &(b), sizeof(a)); } while( false ) #define ARRAYLEN(a) (sizeof(a) / sizeof((a)[0])) -#define ARRAYSIZE(a) (sizeof(a) / sizeof((a)[0])) // deprecated /* Common harmless mismatches. All min(T,T) and max(T,T) cases are handled * by the generic template we get from . */