[Libreoffice-commits] core.git: Branch 'feature/skia' - vcl/backendtest
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 21 08:31:54 UTC 2019
vcl/backendtest/outputdevice/common.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 9d16b4bce3de7002f531a198cbfc651777ed8a07
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Mon Oct 21 10:29:16 2019 +0200
Commit: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
CommitDate: Mon Oct 21 10:29:16 2019 +0200
backendtests: remove unused variable - aReturnValue
Change-Id: I1a2ef490ad0ae6f431f8b4c40c27c7829c51e08d
diff --git a/vcl/backendtest/outputdevice/common.cxx b/vcl/backendtest/outputdevice/common.cxx
index e701f5b61348..919f8f6e623b 100644
--- a/vcl/backendtest/outputdevice/common.cxx
+++ b/vcl/backendtest/outputdevice/common.cxx
@@ -324,8 +324,6 @@ TestResult OutputDeviceTestCommon::checkInvertN50Rectangle(Bitmap& aBitmap)
TestResult OutputDeviceTestCommon::checkInvertTrackFrameRectangle(Bitmap& aBitmap)
{
- TestResult aReturnValue = TestResult::Passed;
-
std::vector<Color> aExpected
{
COL_WHITE, COL_WHITE
More information about the Libreoffice-commits
mailing list