diff options
Diffstat (limited to 'src/textmanager.h')
-rw-r--r-- | src/textmanager.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/textmanager.h b/src/textmanager.h index 019214bb6..1ed88883a 100644 --- a/src/textmanager.h +++ b/src/textmanager.h @@ -25,12 +25,6 @@ #include "guichanfwd.h" -#ifdef __GNUC__ -#define A_UNUSED __attribute__ ((unused)) -#else -#define A_UNUSED -#endif - class Text; class TextManager |