From 34a492ac70b3217937eafeb6db3cb9bfdc18fba9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Nov 2011 01:11:42 +0300 Subject: Move A_UNUSED define to include file. --- src/main.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index f0f3b8c2c..36173a1c8 100644 --- a/src/main.h +++ b/src/main.h @@ -98,10 +98,4 @@ #define PKG_DATADIR "" #endif -#ifdef __GNUC__ -#define A_UNUSED __attribute__ ((unused)) -#else -#define A_UNUSED -#endif - #endif -- cgit v1.2.3-60-g2f50