diff options
Diffstat (limited to 'src/gui/widgets/vertcontainer.h')
-rw-r--r-- | src/gui/widgets/vertcontainer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/widgets/vertcontainer.h b/src/gui/widgets/vertcontainer.h index 3b0ceeca7..08546aa47 100644 --- a/src/gui/widgets/vertcontainer.h +++ b/src/gui/widgets/vertcontainer.h @@ -28,12 +28,6 @@ #include <vector> -#ifdef __GNUC__ -#define A_UNUSED __attribute__ ((unused)) -#else -#define A_UNUSED -#endif - /** * A widget container. * |