From 5b6fd56a37b7524784be79e73c5c8ab85c6b7e34 Mon Sep 17 00:00:00 2001 From: "G.K.MacGregor" Date: Sun, 22 May 2022 15:23:38 +0100 Subject: [PATCH] Remove unused variable --- render.h | 1 - 1 file changed, 1 deletion(-) diff --git a/render.h b/render.h index 7efa7a2..e9764d2 100644 --- a/render.h +++ b/render.h @@ -65,7 +65,6 @@ signals: protected: TeletextFontBitmap m_fontBitmap; QPixmap* m_pagePixmap[6]; - textCell m_cell[25][72]; unsigned char m_controlCodeCache[25][40]; bool m_reveal, m_mix, m_showControlCodes; QSet> m_flash1HzCells;