mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Remove dead code
This commit is contained in:
parent
f002d44370
commit
cbb1ec2d7a
|
@ -1222,8 +1222,6 @@ void ChannelView::mouseMoveEvent(QMouseEvent *event)
|
|||
|
||||
if (imageLayoutElement && imageLayoutElement->pixmap()) {
|
||||
QBuffer buffer;
|
||||
const int width = imageLayoutElement->pixmap()->width();
|
||||
const int height = imageLayoutElement->pixmap()->height();
|
||||
imageLayoutElement->pixmap()->save(&buffer, "PNG");
|
||||
|
||||
// FIXME: Image inside of imageLayoutElement is not always the biggest
|
||||
|
|
Loading…
Reference in a new issue