diff options
-rw-r--r-- | engines/griffon/dialogs.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/griffon/dialogs.cpp b/engines/griffon/dialogs.cpp index 286bd9c403..5f266387d2 100644 --- a/engines/griffon/dialogs.cpp +++ b/engines/griffon/dialogs.cpp @@ -702,9 +702,6 @@ void GriffonEngine::saveLoadNew() { else if (curCol == 2) rcDest.left = 170; - // CHECKME: Useless code? or temporary commented? - // rcDest.left = rcDest.left; // + 2 + 2 * sin(-2 * PI * _itemyloc / 16) - _itemImg[15]->blit(*_videoBuffer, rcDest.left, rcDest.top); } |