From 4be6c3fd33d2305967b564345a097eb13befd2d9 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 22 Feb 2011 13:39:19 +0000 Subject: [PATCH] Remove the old and ugly Font macro diversion. --- src/eglapp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/eglapp.cpp b/src/eglapp.cpp index 811fed51..fb5d6640 100644 --- a/src/eglapp.cpp +++ b/src/eglapp.cpp @@ -15,11 +15,9 @@ #include #if defined USE_EGL -# define Font Font_Diverted # include # include # include -# undef Font # include #endif