vcl/backendtest/outputdevice/common.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 9d16b4bce3de7002f531a198cbfc651777ed8a07 Author: Tomaž Vajngerl <[email protected]> AuthorDate: Mon Oct 21 10:29:16 2019 +0200 Commit: Tomaž Vajngerl <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
