diff options
author | Alyssa Milburn | 2012-09-27 22:33:04 +0200 |
---|---|---|
committer | Alyssa Milburn | 2012-09-27 22:33:04 +0200 |
commit | d7b74ed5b156d1c9087318a99907aa34f8db6f09 (patch) | |
tree | a99e10c2889f76382193a572fe98b02b2356c2a2 /engines | |
parent | 73cb72e318a53f3a81d3f399ca6c5712df62ff1f (diff) | |
download | scummvm-rg350-d7b74ed5b156d1c9087318a99907aa34f8db6f09.tar.gz scummvm-rg350-d7b74ed5b156d1c9087318a99907aa34f8db6f09.tar.bz2 scummvm-rg350-d7b74ed5b156d1c9087318a99907aa34f8db6f09.zip |
PARALLACTION: Remove unused function.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/parallaction/parallaction.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/parallaction/parallaction.cpp b/engines/parallaction/parallaction.cpp index 3b1b7d54a0..d70ded3cf9 100644 --- a/engines/parallaction/parallaction.cpp +++ b/engines/parallaction/parallaction.cpp @@ -129,10 +129,6 @@ GUI::Debugger *Parallaction::getDebugger() { return _debugger; } -bool canScroll() { - return (_vm->_gfx->_backgroundInfo->width > _vm->_screenWidth); -} - void Parallaction::updateView() { if ((_engineFlags & kEnginePauseJobs) && (_input->_inputMode != Input::kInputModeInventory)) { |