Remove unused variable

This commit is contained in:
G.K.MacGregor
2022-05-22 15:23:38 +01:00
parent bcc0d0d8e7
commit 5b6fd56a37

View File

@@ -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;