提交 fe596b25 编写于 作者: K Kurt Kartaltepe

UI: Remove unused variable

上级 478f1de8
......@@ -98,7 +98,6 @@ void ScreenshotObj::Copy()
{
uint8_t *videoData = nullptr;
uint32_t videoLinesize = 0;
bool success = false;
image = QImage(cx, cy, QImage::Format::Format_RGBX8888);
......@@ -109,7 +108,6 @@ void ScreenshotObj::Copy()
videoData + (y * videoLinesize), linesize);
gs_stagesurface_unmap(stagesurf);
success = true;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册