Remove unused variable
This commit is contained in:
1
render.h
1
render.h
@@ -65,7 +65,6 @@ signals:
|
|||||||
protected:
|
protected:
|
||||||
TeletextFontBitmap m_fontBitmap;
|
TeletextFontBitmap m_fontBitmap;
|
||||||
QPixmap* m_pagePixmap[6];
|
QPixmap* m_pagePixmap[6];
|
||||||
textCell m_cell[25][72];
|
|
||||||
unsigned char m_controlCodeCache[25][40];
|
unsigned char m_controlCodeCache[25][40];
|
||||||
bool m_reveal, m_mix, m_showControlCodes;
|
bool m_reveal, m_mix, m_showControlCodes;
|
||||||
QSet<QPair<int, int>> m_flash1HzCells;
|
QSet<QPair<int, int>> m_flash1HzCells;
|
||||||
|
|||||||
Reference in New Issue
Block a user