diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-10-21 10:29:16 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:09 +0100 |
commit | 1eb58a690cc3efae605a2b38d5cd57516e4d1c64 (patch) | |
tree | 97d1471df6e3a32eb2ceb35dc7e4687477fcf88e /vcl/backendtest | |
parent | 504414a674ebaf103603e033da5b818dc9f4ce90 (diff) |
backendtests: remove unused variable - aReturnValue
Change-Id: I1a2ef490ad0ae6f431f8b4c40c27c7829c51e08d
Diffstat (limited to 'vcl/backendtest')
-rw-r--r-- | vcl/backendtest/outputdevice/common.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 |