remove never used volues

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 2591100c42
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
This commit is contained in:
Jacek Jendrzej
2012-03-04 17:25:48 +00:00
parent cd7714db33
commit 4f9fda620f
19 changed files with 44 additions and 56 deletions

View File

@@ -3383,8 +3383,6 @@ void ConfigMenu(int Init)
void PageInput(int Number)
{
int zoom = 0;
/* clear temp_page */
if (inputcounter == 2)
temp_page = 0;
@@ -3416,9 +3414,6 @@ void PageInput(int Number)
CopyBB2FB();
}
if (zoommode == 1)
zoom = 1<<10;
PosY = StartY;
switch (inputcounter)
@@ -3915,7 +3910,7 @@ void SwitchScreenMode(int newscreenmode)
{
ClearFB(clearbbcolor);
int fw, fh, tx, ty, tw, th;
int fw, tx, ty, tw, th;
if (screenmode==1) /* split with topmenu */
{
@@ -3923,7 +3918,6 @@ void SwitchScreenMode(int newscreenmode)
int w = CFrameBuffer::getInstance()->getScreenWidth();
int h = CFrameBuffer::getInstance()->getScreenHeight();
fw = fontwidth_topmenumain;
fh = fontheight;
tx = 0; /* split means we start at the left edge */
sx = x;
@@ -3951,7 +3945,6 @@ void SwitchScreenMode(int newscreenmode)
{
StartX = CFrameBuffer::getInstance()->getScreenX();
fw = fontwidth_small;
fh = fontheight;
tx = TV169FULLSTARTX;
ty = TV169FULLSTARTY;
tw = TV169FULLWIDTH;
@@ -4905,7 +4898,7 @@ void RenderCharLCDsmall(int Char, int XPos, int YPos)
void RenderMessage(int Message)
{
int byte;
int fbcolor, timecolor, imenuatr;
int fbcolor, imenuatr;
int pagecolumn;
const char *msg;
int national_subset_back = national_subset;
@@ -4930,7 +4923,6 @@ void RenderMessage(int Message)
/* set colors */
fbcolor = transp;
timecolor = transp<<4 | transp;
imenuatr = ATR_MSG0;
/* clear framebuffer */