tuxtxt: fix unused variable warning

Origin commit data
------------------
Branch: ni/coolstream
Commit: d491602bd0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2018-02-25 21:36:45 +01:00
committed by vanhofen
parent 896b247966
commit d4b2279be5

View File

@@ -5559,7 +5559,7 @@ void CreateLine25()
void CopyBB2FB()
{
fb_pixel_t *src, *dst, *topsrc;
int fillcolor, i, screenwidth, swtmp;
int fillcolor, i, screenwidth;
CFrameBuffer *f = CFrameBuffer::getInstance();
/* line 25 */