From 39714e7df3603e8d8354e6036e1e87fdfd87a62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Nov 2013 19:35:54 +0100 Subject: [PATCH] Text: I was probably drunk or something. This _is_ supported in GCC 4.6 and there is _nothing_ like MAGNUM_GCC46_COMPATIBILITY since a long time. --- src/Text/Text.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Text/Text.h b/src/Text/Text.h index c1f65b53c..4a0960e60 100644 --- a/src/Text/Text.h +++ b/src/Text/Text.h @@ -40,9 +40,7 @@ class AbstractLayouter; class DistanceFieldGlyphCache; class GlyphCache; -#ifndef MAGNUM_GCC46_COMPATIBILITY enum class Alignment: UnsignedByte; -#endif class AbstractRenderer; template class Renderer;