kioslave: remove unused variable

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-09-02 03:04:41 +03:00
parent b132ec9fe0
commit 9748c4adf5

View file

@ -135,8 +135,6 @@ bool TextCreator::create(const QString &path, int width, int height, QImage &img
#endif
m_pixmap.fill( bgColor );
QRect rect;
QPainter painter( &m_pixmap );
painter.setFont( font );
painter.setPen( fgColor );