--- np2/x11/compiler.h 2011/01/15 14:37:09 1.40 +++ np2/x11/compiler.h 2011/01/15 18:43:13 1.42 @@ -1,5 +1,3 @@ -/* $Id: compiler.h,v 1.40 2011/01/15 14:37:09 monaka Exp $ */ - /*- * Copyright (c) 2003, 2004 NONAKA Kimihiro * All rights reserved. @@ -141,10 +139,6 @@ typedef gboolean BOOL; #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) #endif -#ifndef UNUSED -#define UNUSED(v) ((void)(v)) -#endif - #define FASTCALL #define SOUNDCALL #define MEMCALL