mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
epgplus: mark framebuffer pointer in header class as unused
Origin commit data
------------------
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
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