summaryrefslogtreecommitdiff
path: root/src/porting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/porting.cpp')
-rw-r--r--src/porting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/porting.cpp b/src/porting.cpp
index 219e1647d..885b36e21 100644
--- a/src/porting.cpp
+++ b/src/porting.cpp
@@ -575,6 +575,7 @@ v2u32 getWindowSize()
return device->getVideoDriver()->getScreenSize();
}
+#ifndef __ANDROID__
#ifdef XORG_USED
float getDisplayDensity()
{
@@ -609,7 +610,6 @@ float getDisplayDensity()
}
#endif
-#ifndef __ANDROID__
v2u32 getDisplaySize()
{
IrrlichtDevice *nulldevice = createDevice(video::EDT_NULL);