From ac12efd17d9f719b083d8af1eb5a06853835e8d6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 Jan 2015 19:21:44 +0300 Subject: Fix compilation without OpenGL. --- src/enums/screendensity.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/enums') diff --git a/src/enums/screendensity.h b/src/enums/screendensity.h index 2227cdba4..fc079bf89 100644 --- a/src/enums/screendensity.h +++ b/src/enums/screendensity.h @@ -21,8 +21,6 @@ #ifndef ENUMS_SCREENDENSITY_H #define ENUMS_SCREENDENSITY_H -#ifdef USE_OPENGL - enum ScreenDensity { DENSITY_UNKNOWN = -1, @@ -34,5 +32,4 @@ enum ScreenDensity DENSITY_XXHIGH = 5 }; -#endif // USE_OPENGL #endif // ENUMS_SCREENDENSITY_H -- cgit v1.2.3-60-g2f50