epgplus: mark framebuffer pointer in header class as unused

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e8b95a932
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-10 (Mon, 10 Apr 2017)

Origin message was:
------------------
- epgplus: mark framebuffer pointer in header class as unused

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-04-10 10:26:21 +02:00
parent 539d98f68f
commit 90fa6a567e

View File

@@ -81,9 +81,9 @@ static int current_bouquet;
Font *EpgPlus::Header::font = NULL;
EpgPlus::Header::Header(CFrameBuffer * pframeBuffer, int px, int py, int pwidth)
EpgPlus::Header::Header(CFrameBuffer * pframeBuffer __attribute__((unused)), int px, int py, int pwidth)
{
this->frameBuffer = pframeBuffer;
//this->frameBuffer = pframeBuffer;
this->x = px;
this->y = py;
this->width = pwidth;