1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

iOS: don't compile unused function

This commit is contained in:
Andrey Filipenkov
2022-09-27 07:01:16 +03:00
parent 95e3400eb9
commit 70c51e4370

View File

@@ -975,6 +975,7 @@ void playIntro()
}
}
#ifndef VCMI_IOS
static bool checkVideoMode(int monitorIndex, int w, int h)
{
//we only check that our desired window size fits on screen
@@ -996,6 +997,7 @@ static bool checkVideoMode(int monitorIndex, int w, int h)
return false;
}
#endif
static void cleanupRenderer()
{