mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- epgplus: mark framebuffer pointer in header class as unused
This commit is contained in:
@@ -81,9 +81,9 @@ static int current_bouquet;
|
|||||||
|
|
||||||
Font *EpgPlus::Header::font = NULL;
|
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->x = px;
|
||||||
this->y = py;
|
this->y = py;
|
||||||
this->width = pwidth;
|
this->width = pwidth;
|
||||||
|
Reference in New Issue
Block a user