diff options
author | Chris Apers | 2005-11-05 18:23:54 +0000 |
---|---|---|
committer | Chris Apers | 2005-11-05 18:23:54 +0000 |
commit | dffc9986fa0d3032e0a8f7a473e25b93f0798064 (patch) | |
tree | becccc86a1b6f65f9c221a9e1bc2a5e53a33da7a /queen | |
parent | 0ff68a1a6488de968ab8e80b0da4f1604e240359 (diff) | |
download | scummvm-rg350-dffc9986fa0d3032e0a8f7a473e25b93f0798064.tar.gz scummvm-rg350-dffc9986fa0d3032e0a8f7a473e25b93f0798064.tar.bz2 scummvm-rg350-dffc9986fa0d3032e0a8f7a473e25b93f0798064.zip |
Not needed anymore
svn-id: r19469
Diffstat (limited to 'queen')
-rw-r--r-- | queen/input.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/queen/input.cpp b/queen/input.cpp index d99262d898..67be9222b2 100644 --- a/queen/input.cpp +++ b/queen/input.cpp @@ -130,12 +130,10 @@ void Input::delay(uint amount) { } } -#ifndef __PALM_OS__ if (amount == 0) break; _system->delayMillis((amount > 20) ? 20 : amount); -#endif } while (_system->getMillis() < end); } |