From 93d3bf052d73deb90c611fbd12cce0cd3f0ff242 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 22 Mar 2021 11:36:33 +0000 Subject: [PATCH] Removed old line --- common/rfb/VNCServerST.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/common/rfb/VNCServerST.cxx b/common/rfb/VNCServerST.cxx index 6c45ec3..404b2eb 100644 --- a/common/rfb/VNCServerST.cxx +++ b/common/rfb/VNCServerST.cxx @@ -846,7 +846,6 @@ void VNCServerST::blackOut() int stride; const rdr::U8 *src = pb->getBuffer(pb->getRect(), &stride); rdr::U8 *data = blackedpb->getBufferRW(pb->getRect(), &stride); - rdr::U8 *data = mpb->getBufferRW(mpb->getRect(), &stride); stride *= 4; memcpy(data, src, stride * pb->getRect().height());