diff options
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r-- | sky/sky.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index ad7a944b2b..b9f4895c12 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -446,10 +446,8 @@ void SkyEngine::delay(int32 amount) { } } -#ifndef __PALM_OS__ if (amount > 0) _system->delayMillis((amount > 10) ? 10 : amount); -#endif } while (_system->getMillis() < start + amount); } |