summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/window.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/window.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/guichan/include/guichan/widgets/window.hpp b/src/guichan/include/guichan/widgets/window.hpp
index cbe2da8e2..a9138609b 100644
--- a/src/guichan/include/guichan/widgets/window.hpp
+++ b/src/guichan/include/guichan/widgets/window.hpp
@@ -51,12 +51,6 @@
#include "guichan/platform.hpp"
#include "guichan/widgets/container.hpp"
-#ifdef __GNUC__
-#define A_UNUSED __attribute__ ((unused))
-#else
-#define A_UNUSED
-#endif
-
namespace gcn
{
/**