never used value

Origin commit data
------------------
Commit: 6ec13051a1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)
This commit is contained in:
Jacek Jendrzej
2012-05-06 14:10:48 +02:00
parent 41ba2ff0b5
commit dc8f52a399
8 changed files with 20 additions and 26 deletions

View File

@@ -111,10 +111,10 @@ bool CPictureViewer::DecodeImage (const std::string & name, bool showBusySign, b
return true;
}
#endif
int x, y, xs, ys, imx, imy;
int x, y, imx, imy;
xs = CFrameBuffer::getInstance()->getScreenWidth(true);
ys = CFrameBuffer::getInstance()->getScreenHeight(true);
// int xs = CFrameBuffer::getInstance()->getScreenWidth(true);
// int ys = CFrameBuffer::getInstance()->getScreenHeight(true);
// Show red block for "next ready" in view state
if (showBusySign)