summaryrefslogtreecommitdiff
path: root/src/enums/screendensity.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-11 19:21:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-11 19:21:44 +0300
commitac12efd17d9f719b083d8af1eb5a06853835e8d6 (patch)
treedc4ce194375224a6101d829aed59a3dfbebdc6c3 /src/enums/screendensity.h
parentfc2c8642cbe0ad34d27ca06f36f7a2f07fcc2c3f (diff)
downloadplus-ac12efd17d9f719b083d8af1eb5a06853835e8d6.tar.gz
plus-ac12efd17d9f719b083d8af1eb5a06853835e8d6.tar.bz2
plus-ac12efd17d9f719b083d8af1eb5a06853835e8d6.tar.xz
plus-ac12efd17d9f719b083d8af1eb5a06853835e8d6.zip
Fix compilation without OpenGL.
Diffstat (limited to 'src/enums/screendensity.h')
-rw-r--r--src/enums/screendensity.h3
1 files changed, 0 insertions, 3 deletions
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